HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0269A"; } </style> </head> <body> <p>Staff Of Hermes using Hexa Decimal: &#x269A;</p> <p>Staff Of Hermes using HTML Code: &#9882;</p> <p id="point">Staff Of Hermes using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private