| Nome del simbolo | Mechanical Arm |
| Versione Unicode | 12.0 |
| Unicode | U+1F9BE |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F9BE |
| Codice esadecimale | 0x1F9BE |
| Codice HTML | 🦾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🦾 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A6%BE |
| Nome parlato / screen reader | Mechanical Arm |
| UTF-8 | F0 9F A6 BE |
| UTF-16 | D83E DDBE |
| UTF-32 | 0001F9BE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo mechanical arm sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "mechanical arm".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "mechanical arm".
Emoji keyboard → People; search "mechanical arm".
1span.mechanical-arm::before { content: "\1F9BE"; } /* prefer inline grapheme for tones/ZWJ */1<span>🦾</span>La rappresentazione del simbolo Mechanical Arm nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDBE' or String.fromCodePoint(0x1F9BE) |
| Python | '\N{MECHANICAL ARM}' |
| Rust | '\u{1F9BE}' |
| Swift | "\u{1F9BE}" |
| Go | string(rune(0x1F9BE)) |
| Ruby | "\u{1F9BE}" |