HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02695"; } </style> </head> <body> <p>Staff Aesculapius using Hexa Decimal: &#x2695;</p> <p>Staff Aesculapius using HTML Code: &#9877;</p> <p id="point">Staff Aesculapius using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private