HTML Entity/Symbol♦(BLACK DIAMOND SUIT )

Copy this symbol

BLACK DIAMOND SUIT

Click on any of the following code values to copy to clipboard.

♦
♦
U+02666
\2666
♦

HTML Examples

Using HTML Code value in HTML file

<span> &#9830; </span>

Using HTML Entity value in HTML file

<span> &diamondsuit; </span>

CSS Example

Using CSS content code of the HTML entity &diamondsuit; to specify in a CSS file

span { 
    content: "\2666";
}
All HTML Symbols