HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02742"; } </style> </head> <body> <p>Circled Open Centre Eight Pointed Star using Hexa Decimal: &#x2742;</p> <p>Circled Open Centre Eight Pointed Star using HTML Code: &#10050;</p> <p id="point">Circled Open Centre Eight Pointed Star using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private