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