HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02665"; } </style> </head> <body> <p>Black Heart Suit using Hexa Decimal: &#x2665;</p> <p>Black Heart Suit using HTML Code: &#9829;</p> <p>Black Heart Suit using HTML Entity: &hearts;</p> <p id="point">Black Heart Suit using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private