HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02089"; } </style> </head> <body> <p>9 subscript using Hexa Decimal: &#x2089;</p> <p>9 subscript using HTML Code: &#8329;</p> <p id="point">9 subscript using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private