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

Save as Private