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

Save as Private