| Symboolnaam | Gear With Handles |
| Unicode-versie | 5.2 |
| Unicode | U+26EE |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \26EE |
| Hexadecimale code | 0x26EE |
| HTML-code | ⛮ |
| LaTeX | \text{GEARWITHHANDLES} |
| Symbool | ⛮ |
| URL-codering (UTF-8 procent) | %E2%9B%AE |
| Uitgesproken naam / schermlezer | 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}Je kunt het gear with handles-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Gear With Handles-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |