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

Save as Private