Power Sleep Symbol Symbol
The ⏾ Power Sleep Symbol (U+23FE) is used to indicate a device or system entering power-saving sleep.
U+23FE
The ⏾ symbol is a Unicode character named POWER SLEEP SYMBOL. It’s commonly used in interfaces and labels to communicate sleep or power-saving behavior. This page gives you ready-to-copy text and developer-friendly escape formats.
Power Sleep Symbol Symbol Meaning
⏾ (POWER SLEEP SYMBOL, U+23FE) is a technical/computer icon character intended to represent a “power sleep” state. In practical terms, it’s used to suggest that a device, app, or system is going into sleep mode or is operating under power-saving conditions. You’ll often see it alongside words like “sleep,” “standby,” or “power saving” to make status clearer at a glance. Because it’s a Unicode symbol, it can be copied into documents and used in UI strings. When building software, you can also insert it via its Unicode escape forms to ensure consistent rendering.
Common uses
- •Status labels in app or device settings (e.g., “Sleep mode enabled”)
- •Power management UI indicators for standby/sleep states
- •Accessibility or tooltip text to clearly describe device behavior
- •Alert or notification text for low-power/sleep transitions
- •Design elements in technical documentation and dashboards
Examples
⏾ Power Sleep Symbol
- ⏾System will enter sleep mode ⏾ in 5 minutes.
- ⏾Power saving is active ⏾.
- ⏾Device status: Standby ⏾.
- ⏾Tap to wake up from sleep ⏾.
- ⏾Background tasks paused (sleep ⏾).
Variations
Ready to copy
Technical codes
| Unicode | U+23FE | |
| HTML Entity | ⏾ | |
| HTML Code | ⏾ | |
| CSS | \23FE |
FAQ
What does the Power Sleep Symbol symbol mean?
⏾ (POWER SLEEP SYMBOL, U+23FE) is a technical/computer icon character intended to represent a “power sleep” state. In practical terms, it’s used to suggest that a device, app, or system is going into sleep mode or is operating under power-saving conditions. You’ll often see it alongside words like “sleep,” “standby,” or “power saving” to make status clearer at a glance. Because it’s a Unicode symbol, it can be copied into documents and used in UI strings. When building software, you can also insert it via its Unicode escape forms to ensure consistent rendering.
What Unicode character is ⏾?
⏾ is the “POWER SLEEP SYMBOL” with Unicode code point U+23FE.
How can I copy the symbol into HTML?
Use the HTML entity: ⏾.
What is the CSS escape for ⏾?
Use: \\23FE.
How do I include ⏾ in JavaScript?
Use: \\u{23FE}.