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

Save as Private