HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02727"; } </style> </head> <body> <p>White Four Pointed Star using Hexa Decimal: &#x2727;</p> <p>White Four Pointed Star using HTML Code: &#10023;</p> <p id="point">White Four Pointed Star using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private