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

Save as Private