| Nome del simbolo | Motorized Wheelchair |
| Versione Unicode | 12.0 |
| Unicode | U+1F9BC |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo motorized wheelchair sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Motorized Wheelchair nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\1F9BC |
| Codice esadecimale | 0x1F9BC |
| Codice HTML | 🦼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🦼 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A6%BC |
| Nome parlato / screen reader | Motorized Wheelchair |