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

Save as Private