HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02722"; } </style> </head> <body> <p>Four Teardrop Spoked Asterisk using Hexa Decimal: &#x2722;</p> <p>Four Teardrop Spoked Asterisk using HTML Code: &#10018;</p> <p id="point">Four Teardrop Spoked Asterisk using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private