HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02739"; } </style> </head> <body> <p>Twelve Pointed Black Star using Hexa Decimal: &#x2739;</p> <p>Twelve Pointed Black Star using HTML Code: &#10041;</p> <p id="point">Twelve Pointed Black Star using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private