| Symbolname | Power On-Off Symbol |
| Unicode-Version | 9.0 |
| Unicode | U+23FC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 8F BC |
| UTF-16 | 23FC |
| UTF-32 | 000023FC |
1\documentclass{article}2\usepackage{pifont}3\text{POWERON-OFFSYMBOL}4\end{document}Sie können das Symbol power on-off auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9212 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "power on-off symbol", or use Unicode Hex Input with 23FC.
Ctrl + Shift + U, type 23fc, 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.power-on-off-symbol::before { content: "\23FC"; }1<span>⏼</span>Die Darstellung des Symbols Power On-Off in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u23FC' or String.fromCodePoint(9212) |
| Python | '\N{POWER ON-OFF SYMBOL}' or chr(9212) |
| Rust | '\u{23FC}' |
| C / C++ | UTF-8 source or wchar_t with U+23FC |
| Go | string(rune(0x23FC)) |
| Ruby | "\u{23FC}" |
\23FC |
| Hexadezimalcode | 0x23FC |
| HTML-Code | ⏼ |
| LaTeX | \text{POWERON-OFFSYMBOL} |
| Symbol | ⏼ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8F%BC |
| Ansagename (Screenreader) | Power On-Off Symbol |