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

Save as Private