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

Save as Private