Black Diamond Suit
Name Black Diamond Suit
Unicode U+2666
CSS Code \2666
HTML Entity ♦
HTML Code ♦
html
<div>&#9830;</div>
css
div::before {
  content: "\2666";
}