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