| Nombre del símbolo | Two-hump Camel |
| Versión Unicode | 0.6 |
| Unicode | U+1F42B |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F42B |
| Código hexadecimal | 0x1F42B |
| Código HTML | 🐫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🐫 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%90%AB |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo two-hump camel en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Two-hump Camel en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |