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

Save as Private