keecode logokeecode

Club

Club symbol

Miscellaneous

HTML Codes

Named Entity

♣

Numeric Code

♣

Usage Examples

HTML Example (Named Entity)

<p>This is the Club: &clubs;</p>

Output: This is the Club:

HTML Example (Numeric Code)

<p>This is the Club: &#9827;</p>

Output: This is the Club:

JavaScript Example

const char = "&clubs;";
console.log(char); // ♣