HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02740"; } </style> </head> <body> <p>White Florette using Hexa Decimal: &#x2740;</p> <p>White Florette using HTML Code: &#10048;</p> <p id="point">White Florette using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private