| Symbol Name | White Cane |
| Unicode Version | 12.0 |
| Unicode | U+1F9AF |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9AF |
| Hex Code | 0x1F9AF |
| HTML Code | 🦯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🦯 |
| URL encode (UTF-8 percent) | %F0%9F%A6%AF |
| Spoken / screen reader name | White Cane |
| UTF-8 | F0 9F A6 AF |
| UTF-16 | D83E DDAF |
| UTF-32 | 0001F9AF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the white cane symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "white cane".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "white cane".
Emoji keyboard → Objects; search "white cane".
1span.white-cane::before { content: "\1F9AF"; } /* prefer inline grapheme for ZWJ */1<span>🦯</span>White Cane symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDAF' or String.fromCodePoint(0x1F9AF) |
| Python | '\N{WHITE CANE}' |
| Rust | '\u{1F9AF}' |
| Swift | "\u{1F9AF}" |
| Go | string(rune(0x1F9AF)) |
| Ruby | "\u{1F9AF}" |