HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0205E"; } </style> </head> <body> <p>Vertical Fout Dots using Hexa Decimal: &#x205E;</p> <p>Vertical Fout Dots using HTML Code: &#8286;</p> <p id="point">Vertical Fout Dots using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private