HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0012B"; } </style> </head> <body> <p>Lowercase i latin macron using Hexa Decimal: &#x012B;</p> <p>Lowercase i latin macron using HTML Code: &#299;</p> <p>Lowercase i latin macron using HTML Entity: &imacr;</p> <p id="point">Lowercase i latin macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private