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

Save as Private