| Nom du symbole | Manual Wheelchair |
| Version Unicode | 12.0 |
| Unicode | U+1F9BD |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F9BD |
| Code hexadécimal | 0x1F9BD |
| Code HTML | 🦽 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🦽 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A6%BD |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole manual 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 "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 représentation du symbole Manual Wheelchair dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |