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

Save as Private