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

Save as Private