HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0205C"; } </style> </head> <body> <p>Dotted Cross using Hexa Decimal: &#x205C;</p> <p>Dotted Cross using HTML Code: &#8284;</p> <p id="point">Dotted Cross using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private