keecode logokeecode

Spade

Spade symbol

Miscellaneous

HTML Codes

Named Entity

♠

Numeric Code

♠

Usage Examples

HTML Example (Named Entity)

<p>This is the Spade: &spades;</p>

Output: This is the Spade:

HTML Example (Numeric Code)

<p>This is the Spade: &#9824;</p>

Output: This is the Spade:

JavaScript Example

const char = "&spades;";
console.log(char); // ♠