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

Save as Private