| Nom du symbole | Motorized Wheelchair |
| Version Unicode | 12.0 |
| Unicode | U+1F9BC |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| 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}Vous pouvez saisir le symbole motorized wheelchair sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Motorized Wheelchair dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1F9BC |
| Code hexadécimal | 0x1F9BC |
| Code HTML | 🦼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🦼 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A6%BC |
| Nom oral / lecteur d’écran | Motorized Wheelchair |