HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02071"; } </style> </head> <body> <p>Superscript Latin Small Letter i using Hexa Decimal: &#x2071;</p> <p>Superscript Latin Small Letter i using HTML Code: &#8305;</p> <p id="point">Superscript Latin Small Letter i using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private