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

Save as Private