HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00231"; } </style> </head> <body> <p>Lowercase o above dot and macron using Hexa Decimal: &#x0231;</p> <p>Lowercase o above dot and macron using HTML Code: &#561;</p> <p id="point">Lowercase o above dot and macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private