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

Save as Private