| Nombre del símbolo | Power Sleep Symbol |
| Versión Unicode | 9.0 |
| Unicode | U+23FE |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 8F BE |
| UTF-16 | 23FE |
| UTF-32 | 000023FE |
1\documentclass{article}2\usepackage{pifont}3\text{POWERSLEEPSYMBOL}4\end{document}Puedes escribir el símbolo power sleep en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Power Sleep en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
\23FE |
| Código hexadecimal | 0x23FE |
| Código HTML | ⏾ |
| LaTeX | \text{POWERSLEEPSYMBOL} |
| Símbolo | ⏾ |
| Codificación URL (porcentaje UTF-8) | %E2%8F%BE |
| Nombre oral / lector de pantalla | Power Sleep Symbol |