| Nom du symbole | Wheelchair Symbol |
| Version Unicode | 0.6 |
| Unicode | U+267F |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \267F |
| Code hexadécimal | 0x267F |
| Code HTML | ♿ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ♿ |
| Encodage URL (pourcent UTF-8) | %E2%99%BF |
| Raccourci Discord / Slack | :wheelchair: |
| Raccourci GitHub | :wheelchair: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole wheelchair symbol sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Wheelchair Symbol dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u267F' or String.fromCodePoint(9855) |
| Python | '\N{WHEELCHAIR SYMBOL}' |
| Rust | '\u{267F}' |
| Swift | "\u{267F}" |
| Go | string(rune(0x267F)) |
| Ruby | "\u{267F}" |