HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00230"; } </style> </head> <body> <p>Uppercase O Above Dot and Macron using Hexa Decimal: &#x0230;</p> <p>Uppercase O Above Dot and Macron using HTML Code: &#560;</p> <p id="point">Uppercase O Above Dot and Macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private