HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02079"; } </style> </head> <body> <p>9 superscript using Hexa Decimal: &#x2079;</p> <p>9 superscript using HTML Code: &#8313;</p> <p id="point">9 superscript using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private