Symbols

Black Club Suit ♣

The black club suit (♣) is one of the four playing card suits. The club shape is derived from the acorn in Germanic card decks and the trefoil in French decks. It is used in card game documentation, gambling content, and as a decorative or lucky symbol.

All Representations

Named Entity
♣
Decimal Code
♣
Hex Code
♣
Unicode
U+2663

Rendered Output

♣ renders as the character shown above

When to Use Black Club Suit

Use the club suit symbol in card game rules and documentation, casino and poker content, and decorative design. It completes the four-suit set with ♠, ♥, and ♦. The club shape is also used in some Irish and Celtic decorative contexts.

Try It — HTML Examples

Named entity in text
<p>Symbol: &clubs;</p>
Decimal reference
<p>Symbol: &#9827;</p>
Hex reference
<p>Symbol: &#x2663;</p>
Inside an HTML attribute
<div title="The Black Club Suit: &clubs;">Hover to see</div>

About the Black Club Suit Entity

The Black Club Suit character (♣) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &clubs;, the decimal numeric character reference &#9827;, or the hexadecimal numeric reference &#x2663;. The character is assigned Unicode code point U+2663 in the Universal Character Set.

The black club suit (♣) is one of the four playing card suits. The club shape is derived from the acorn in Germanic card decks and the trefoil in French decks. It is used in card game documentation, gambling content, and as a decorative or lucky symbol.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Black Club Suit character in your HTML documents, the named entity &clubs; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#9827; and hexadecimal form &#x2663; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the club suit symbol in card game rules and documentation, casino and poker content, and decorative design. It completes the four-suit set with &spades;, &hearts;, and &diams;. The club shape is also used in some Irish and Celtic decorative contexts.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.