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

Save as Private