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

Save as Private