HTML Entity/Symbol♠(BLACK SPADE SUIT )

Copy this symbol

BLACK SPADE SUIT

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

♠
♠
U+02660
\2660
♠

HTML Examples

Using HTML Code value in HTML file

<span> &#9824; </span>

Using HTML Entity value in HTML file

<span> &spades; </span>

CSS Example

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

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