HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0273B"; } </style> </head> <body> <p>TearDrop Spoked Asterisk using Hexa Decimal: &#x273B;</p> <p>TearDrop Spoked Asterisk using HTML Code: &#10043;</p> <p id="point">TearDrop Spoked Asterisk using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private