HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0272E"; } </style> </head> <body> <p>Heavy Outlined Black Star using Hexa Decimal: &#x272E;</p> <p>Heavy Outlined Black Star using HTML Code: &#10030;</p> <p id="point">Heavy Outlined Black Star using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private