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

Save as Private