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

Save as Private