| Nom du symbole | Gear Without Hub |
| Version Unicode | 5.2 |
| Unicode | U+26ED |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \26ED |
| Code hexadécimal | 0x26ED |
| Code HTML | ⛭ |
| LaTeX | \text{GEARWITHOUTHUB} |
| Symbole | ⛭ |
| Encodage URL (pourcent UTF-8) | %E2%9B%AD |
| Nom oral / lecteur d’écran | Gear Without Hub |
| UTF-8 | E2 9B AD |
| UTF-16 | 26ED |
| UTF-32 | 000026ED |
1\documentclass{article}2\usepackage{pifont}3\text{GEARWITHOUTHUB}4\end{document}Vous pouvez saisir le symbole gear without hub sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Gear Without Hub dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |