HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02101"; } </style> </head> <body> <p>Addressed To The Subject using Hexa Decimal: &#x2101;</p> <p>Addressed To The Subject using HTML Code: &#8449;</p> <p id="point">Addressed To The Subject using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private