| Symbol Name | Mechanical Arm |
| Unicode Version | 12.0 |
| Unicode | U+1F9BE |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9BE |
| Hex Code | 0x1F9BE |
| HTML Code | 🦾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🦾 |
| URL encode (UTF-8 percent) | %F0%9F%A6%BE |
| Spoken / screen reader name | 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}You can type the mechanical arm symbol on most modern devices with the help of following methods:
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>Mechanical Arm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |