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

Save as Private