| Nombre del símbolo | Club Suit |
| Versión Unicode | 0.6 |
| Unicode | U+2663 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \2663 |
| Código hexadecimal | 0x2663 |
| Código HTML | ♣️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ♣️ |
| Codificación URL (porcentaje UTF-8) | %E2%99%A3%EF%B8%8F |
| Atajo Discord / Slack | :clubs: |
| Atajo GitHub | :clubs: |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo club suit en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Club Suit en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2663, 0xFE0F) |
| Python | '\N{CLUB SUIT}' |
| Rust | '\u{2663}' |
| Swift | "\u{2663}" |
| Go | string(rune(0x2663)) |
| Ruby | "\u{2663}" |