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

Save as Private