| 記号名 | Club Suit |
| Unicodeバージョン | 0.6 |
| Unicode | U+2663 |
| Unicodeブロック | |
| 一般カテゴリ | Emoji (So) |
| CSSコード | \2663 |
| 16進コード | 0x2663 |
| HTMLコード | ♣️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| 記号 | ♣️ |
| URLエンコード(UTF-8パーセント) | %E2%99%A3%EF%B8%8F |
| Discord / Slack ショートコード | :clubs: |
| GitHub ショートコード | :clubs: |
| 読み上げ名 / スクリーンリーダー | Club Suit |
| UTF-8 | E2 99 A3 EF B8 8F |
| UTF-16 | 2663 FE0F |
| UTF-32 | 00002663 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}以下の方法でほとんどの最新デバイスでclub suit記号を入力できます:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "club suit".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "club suit".
Emoji keyboard → Activities; search "club suit".
1span.club-suit-emoji::before { content: "\2663"; } /* prefer inline grapheme for ZWJ */1<span>♣️</span>各プログラミング言語におけるClub Suit記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2663, 0xFE0F) |
| Python | '\N{CLUB SUIT}' |
| Rust | '\u{2663}' |
| Swift | "\u{2663}" |
| Go | string(rune(0x2663)) |
| Ruby | "\u{2663}" |