HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0273E"; } </style> </head> <body> <p>Six Petalled Black and White Florette using Hexa Decimal: &#x273E;</p> <p>Six Petalled Black and White Florette using HTML Code: &#10046;</p> <p id="point">Six Petalled Black and White Florette using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private