| Symbolname | Gear Without Hub |
| Unicode-Version | 5.2 |
| Unicode | U+26ED |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \26ED |
| Hexadezimalcode | 0x26ED |
| HTML-Code | ⛭ |
| LaTeX | \text{GEARWITHOUTHUB} |
| Symbol | ⛭ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9B%AD |
| Ansagename (Screenreader) | 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}Sie können das Symbol gear without hub auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Gear Without Hub in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |