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

Save as Private