HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0207A"; } </style> </head> <body> <p>Superscript Plus using Hexa Decimal: &#x207A;</p> <p>Superscript Plus using HTML Code: &#8314;</p> <p id="point">Superscript Plus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private