HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0271E"; } </style> </head> <body> <p>Shadowed White Latin Cross using Hexa Decimal: &#x271E;</p> <p>Shadowed White Latin Cross using HTML Code: &#10014;</p> <p id="point">Shadowed White Latin Cross using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private