| Nome del simbolo | Wheelchair Symbol |
| Versione Unicode | 0.6 |
| Unicode | U+267F |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \267F |
| Codice esadecimale | 0x267F |
| Codice HTML | ♿ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ♿ |
| Codifica URL (percentuale UTF-8) | %E2%99%BF |
| Shortcode Discord / Slack | :wheelchair: |
| Shortcode GitHub | :wheelchair: |
| Nome parlato / screen reader | Wheelchair Symbol |
| UTF-8 | E2 99 BF |
| UTF-16 | 267F |
| UTF-32 | 0000267F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo wheelchair symbol sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "wheelchair symbol".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "wheelchair symbol".
Emoji keyboard → Symbols; search "wheelchair symbol".
1span.wheelchair-symbol::before { content: "\267F"; } /* prefer inline grapheme for ZWJ */1<span>♿</span>La rappresentazione del simbolo Wheelchair Symbol nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u267F' or String.fromCodePoint(9855) |
| Python | '\N{WHEELCHAIR SYMBOL}' |
| Rust | '\u{267F}' |
| Swift | "\u{267F}" |
| Go | string(rune(0x267F)) |
| Ruby | "\u{267F}" |