| Nome del simbolo | Two-hump Camel |
| Versione Unicode | 0.6 |
| Unicode | U+1F42B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F42B |
| Codice esadecimale | 0x1F42B |
| Codice HTML | 🐫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🐫 |
| Codifica URL (percentuale UTF-8) | %F0%9F%90%AB |
| Nome parlato / screen reader | Two-hump Camel |
| UTF-8 | F0 9F 90 AB |
| UTF-16 | D83D DC2B |
| UTF-32 | 0001F42B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo two-hump camel sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "two-hump camel".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "two-hump camel".
Emoji keyboard → Animals; search "two-hump camel".
1span.two-hump-camel::before { content: "\1F42B"; } /* prefer inline grapheme for ZWJ */1<span>🐫</span>La rappresentazione del simbolo Two-hump Camel nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC2B' or String.fromCodePoint(0x1F42B) |
| Python | '\N{TWO HUMP CAMEL}' |
| Rust | '\u{1F42B}' |
| Swift | "\u{1F42B}" |
| Go | string(rune(0x1F42B)) |
| Ruby | "\u{1F42B}" |