| Nombre del símbolo | Gear With Handles |
| Versión Unicode | 5.2 |
| Unicode | U+26EE |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 9B AE |
| UTF-16 | 26EE |
| UTF-32 | 000026EE |
1\documentclass{article}2\usepackage{pifont}3\text{GEARWITHHANDLES}4\end{document}Puedes escribir el símbolo gear with handles en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Gear With Handles en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
\26EE |
| Código hexadecimal | 0x26EE |
| Código HTML | ⛮ |
| LaTeX | \text{GEARWITHHANDLES} |
| Símbolo | ⛮ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%AE |
| Nombre oral / lector de pantalla | Gear With Handles |