| Symbol Name | Motorized Wheelchair |
| Unicode Version | 12.0 |
| Unicode | U+1F9BC |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9BC |
| Hex Code | 0x1F9BC |
| HTML Code | 🦼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🦼 |
| URL encode (UTF-8 percent) | %F0%9F%A6%BC |
| Spoken / screen reader name | Motorized Wheelchair |
| UTF-8 | F0 9F A6 BC |
| UTF-16 | D83E DDBC |
| UTF-32 | 0001F9BC |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the motorized 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 "motorized wheelchair".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "motorized wheelchair".
Emoji keyboard → Travel; search "motorized wheelchair".
1span.motorized-wheelchair::before { content: "\1F9BC"; } /* prefer inline grapheme for ZWJ */1<span>🦼</span>Motorized Wheelchair symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDBC' or String.fromCodePoint(0x1F9BC) |
| Python | '\N{MOTORIZED WHEELCHAIR}' |
| Rust | '\u{1F9BC}' |
| Swift | "\u{1F9BC}" |
| Go | string(rune(0x1F9BC)) |
| Ruby | "\u{1F9BC}" |