| Symbol Name | Keycap: 6 |
| Unicode Version | 0.6 |
| Unicode | U+0036 |
| Unicode block | |
| General category | Emoji (Nd) |
| CSS Code | \0036 |
| Hex Code | 0x0036 |
| HTML Code | 6️⃣ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 6️⃣ |
| URL encode (UTF-8 percent) | %36%EF%B8%8F%E2%83%A3 |
| Spoken / screen reader name | Keycap: 6 |
| UTF-8 | 36 EF B8 8F E2 83 A3 |
| UTF-16 | 0036 FE0F 20E3 |
| UTF-32 | 00000036 0000FE0F 000020E3 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the keycap: 6 symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "keycap: 6".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "keycap: 6".
Emoji keyboard → Symbols; search "keycap: 6".
1span.keycap-6::before { content: "\0036"; } /* prefer inline grapheme for ZWJ */1<span>6️⃣</span>Keycap: 6 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x36, 0xFE0F, 0x20E3) |
| Python | '\N{KEYCAP: 6}' |
| Rust | '\u{0036}' |
| Swift | "\u{0036}" |
| Go | string(rune(0x0036)) |
| Ruby | "\u{0036}" |