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