HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0020E"; } </style> </head> <body> <p>Uppercase O Inverted Breve using Hexa Decimal: &#x020E;</p> <p>Uppercase O Inverted Breve using HTML Code: &#526;</p> <p id="point">Uppercase O Inverted Breve using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private