HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000E2"; } </style> </head> <body> <p>lowercase a Acute using Hexa Decimal: &#xe2;</p> <p>lowercase a Acute using HTML Code: &#226;</p> <p>lowercase a Acute using HTML Entity: &acirc;</p> <p id="point">lowercase a Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private