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

Save as Private