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

Save as Private