| Nom du symbole | Keycap: 3 |
| Version Unicode | 0.6 |
| Unicode | U+0033 |
| Bloc Unicode | |
| Catégorie générale | Emoji (Nd) |
| Code CSS | \0033 |
| Code hexadécimal | 0x0033 |
| Code HTML | 3️⃣ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 3️⃣ |
| Encodage URL (pourcent UTF-8) | %33%EF%B8%8F%E2%83%A3 |
| Raccourci Discord / Slack | :three: |
| Raccourci GitHub | :three: |
| Nom oral / lecteur d’écran | Keycap: 3 |
| UTF-8 | 33 EF B8 8F E2 83 A3 |
| UTF-16 | 0033 FE0F 20E3 |
| UTF-32 | 00000033 0000FE0F 000020E3 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole keycap: 3 sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "keycap: 3".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "keycap: 3".
Emoji keyboard → Symbols; search "keycap: 3".
1span.keycap-3::before { content: "\0033"; } /* prefer inline grapheme for ZWJ */1<span>3️⃣</span>La représentation du symbole Keycap: 3 dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x33, 0xFE0F, 0x20E3) |
| Python | '\N{KEYCAP: 3}' |
| Rust | '\u{0033}' |
| Swift | "\u{0033}" |
| Go | string(rune(0x0033)) |
| Ruby | "\u{0033}" |