Black Spade Suit
Name Black Spade Suit
Unicode U+2660
CSS Code \2660
HTML Entity ♠
HTML Code ♠
html
<div>&#9824;</div>
css
div::before {
  content: "\2660";
}