| Nombre del símbolo | Manual Wheelchair |
| Versión Unicode | 12.0 |
| Unicode | U+1F9BD |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F9BD |
| Código hexadecimal | 0x1F9BD |
| 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%BD |
| Nombre oral / lector de pantalla | Manual Wheelchair |
| UTF-8 | F0 9F A6 BD |
| UTF-16 | D83E DDBD |
| UTF-32 | 0001F9BD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo manual wheelchair en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "manual wheelchair".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "manual wheelchair".
Emoji keyboard → Travel; search "manual wheelchair".
1span.manual-wheelchair::before { content: "\1F9BD"; } /* prefer inline grapheme for ZWJ */1<span>🦽</span>La representación del símbolo Manual Wheelchair en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDBD' or String.fromCodePoint(0x1F9BD) |
| Python | '\N{MANUAL WHEELCHAIR}' |
| Rust | '\u{1F9BD}' |
| Swift | "\u{1F9BD}" |
| Go | string(rune(0x1F9BD)) |
| Ruby | "\u{1F9BD}" |