HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00131"; } </style> </head> <body> <p>Lowercase i dotless using Hexa Decimal: &#x0131;</p> <p>Lowercase i dotless using HTML Code: &#305;</p> <p>Lowercase i dotless using HTML Entity: &imath;</p> <p id="point">Lowercase i dotless using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private