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