HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000EC"; } </style> </head> <body> <p>Lowercase i grave using Hexa Decimal: &#xec;</p> <p>Lowercase i grave using HTML Code: &#236;</p> <p>Lowercase i grave using HTML Entity: &igrave;</p> <p id="point">Lowercase i grave using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private