| Symbol Name | Gear Without Hub |
| Unicode Version | 5.2 |
| Unicode | U+26ED |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \26ED |
| Hex Code | 0x26ED |
| HTML Code | ⛭ |
| LaTeX | \text{GEARWITHOUTHUB} |
| Symbol | ⛭ |
| URL encode (UTF-8 percent) | %E2%9B%AD |
| Spoken / screen reader name | Gear Without Hub |
| UTF-8 | E2 9B AD |
| UTF-16 | 26ED |
| UTF-32 | 000026ED |
1\documentclass{article}2\usepackage{pifont}3\text{GEARWITHOUTHUB}4\end{document}You can type the gear without hub symbol on most modern devices with the help of following methods:
Alt + 9965 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "gear without hub", or use Unicode Hex Input with 26ED.
Ctrl + Shift + U, type 26ed, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with power and UI symbol support.
1span.gear-without-hub::before { content: "\26ED"; }1<span>⛭</span>Gear Without Hub symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26ED' or String.fromCodePoint(9965) |
| Python | '\N{GEAR WITHOUT HUB}' or chr(9965) |
| Rust | '\u{26ED}' |
| C / C++ | UTF-8 source or wchar_t with U+26ED |
| Go | string(rune(0x26ED)) |
| Ruby | "\u{26ED}" |