| Symbol Name | Gear With Handles |
| Unicode Version | 5.2 |
| Unicode | U+26EE |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \26EE |
| Hex Code | 0x26EE |
| HTML Code | ⛮ |
| LaTeX | \text{GEARWITHHANDLES} |
| Symbol | ⛮ |
| URL encode (UTF-8 percent) | %E2%9B%AE |
| Spoken / screen reader name | Gear With Handles |
| UTF-8 | E2 9B AE |
| UTF-16 | 26EE |
| UTF-32 | 000026EE |
1\documentclass{article}2\usepackage{pifont}3\text{GEARWITHHANDLES}4\end{document}You can type the gear with handles symbol on most modern devices with the help of following methods:
Alt + 9966 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "gear with handles", or use Unicode Hex Input with 26EE.
Ctrl + Shift + U, type 26ee, 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-with-handles::before { content: "\26EE"; }1<span>⛮</span>Gear With Handles symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26EE' or String.fromCodePoint(9966) |
| Python | '\N{GEAR WITH HANDLES}' or chr(9966) |
| Rust | '\u{26EE}' |
| C / C++ | UTF-8 source or wchar_t with U+26EE |
| Go | string(rune(0x26EE)) |
| Ruby | "\u{26EE}" |