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

Save as Private