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

Save as Private