HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00333"; } </style> </head> <body> <p>Double Low Line using Hexa Decimal: &#x0333;</p> <p>Double Low Line using HTML Code: &#819;</p> <p id="point">Double Low Line using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private