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

Save as Private