HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0014C"; } </style> </head> <body> <p>Uppercase O Macron using Hexa Decimal: &#x014C;</p> <p>Uppercase O Macron using HTML Code: &#332;</p> <p>Uppercase O Macron using HTML Entity: &Omacr;</p> <p id="point">Uppercase O Macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private