HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000D2"; } </style> </head> <body> <p>Uppercase O Grave using Hexa Decimal: &#xd2;</p> <p>Uppercase O Grave using HTML Code: &#210;</p> <p>Uppercase O Grave using HTML Entity: &Ograve;</p> <p id="point">Uppercase O Grave using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private