| Symbol Name | Wheelchair Symbol |
| Unicode Version | 0.6 |
| Unicode | U+267F |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \267F |
| Hex Code | 0x267F |
| HTML Code | ♿ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ♿ |
| URL encode (UTF-8 percent) | %E2%99%BF |
| Discord / Slack shortcode | :wheelchair: |
| GitHub shortcode | :wheelchair: |
| Spoken / screen reader name | 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}You can type the wheelchair symbol symbol on most modern devices with the help of following methods:
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>Wheelchair Symbol symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u267F' or String.fromCodePoint(9855) |
| Python | '\N{WHEELCHAIR SYMBOL}' |
| Rust | '\u{267F}' |
| Swift | "\u{267F}" |
| Go | string(rune(0x267F)) |
| Ruby | "\u{267F}" |