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

Save as Private