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

Save as Private