| Nome del simbolo | Keycap: 3 |
| Versione Unicode | 0.6 |
| Unicode | U+0033 |
| Blocco Unicode | |
| Categoria generale | Emoji (Nd) |
| Codice CSS | \0033 |
| Codice esadecimale | 0x0033 |
| Codice HTML | 3️⃣ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 3️⃣ |
| Codifica URL (percentuale UTF-8) | %33%EF%B8%8F%E2%83%A3 |
| Shortcode Discord / Slack | :three: |
| Shortcode GitHub | :three: |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo keycap: 3 sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Keycap: 3 nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x33, 0xFE0F, 0x20E3) |
| Python | '\N{KEYCAP: 3}' |
| Rust | '\u{0033}' |
| Swift | "\u{0033}" |
| Go | string(rune(0x0033)) |
| Ruby | "\u{0033}" |