HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000F4"; } </style> </head> <body> <p>Lowercase o circumflex using Hexa Decimal: &#xf4;</p> <p>Lowercase o circumflex using HTML Code: &#244;</p> <p>Lowercase o circumflex using HTML Code: &ocirc;</p> <p id="point">Lowercase o circumflex using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private