HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02660"; } </style> </head> <body> <p>Black Spade Suit using Hexa Decimal: &#x2660;</p> <p>Black Spade Suit using HTML Code: &#9824;</p> <p>Black Spade Suit using HTML Entity: &spades;</p> <p id="point">Black Spade Suit using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private