HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02666"; } </style> </head> <body> <p>Black Diamond Suit using Hexa Decimal: &#x2666;</p> <p>Black Diamond Suit using HTML Code: &#9830;</p> <p>Black Diamond Suit using HTML Code: &diams;</p> <p id="point">Black Diamond Suit using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private