| Nom du symbole | Gear With Handles |
| Version Unicode | 5.2 |
| Unicode | U+26EE |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \26EE |
| Code hexadécimal | 0x26EE |
| Code HTML | ⛮ |
| LaTeX | \text{GEARWITHHANDLES} |
| Symbole | ⛮ |
| Encodage URL (pourcent UTF-8) | %E2%9B%AE |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole gear with handles sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Gear With Handles dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |