HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0012F"; } </style> </head> <body> <p>Lowercase i ogonek using Hexa Decimal: &#x012F;</p> <p>Lowercase i ogonek using HTML Code: &#303;</p> <p>Lowercase i ogonek using HTML Entity: &iogon;</p> <p id="point">Lowercase i ogonek using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private