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

Save as Private