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

Save as Private