Power On Symbol Symbol
⏽ is the power on symbol used to indicate powering up or switching on devices and systems.
U+23FD
The ⏽ character is commonly labeled as the Power On Symbol. It’s often used in UI text, status labels, and device-related instructions to quickly suggest turning power on. You can copy it directly or use its character codes in web and app development.
Power On Symbol Symbol Meaning
The symbol ⏽ (Unicode: U+23FD, named “POWER ON SYMBOL”) is a visual cue for powering on. In practice, it’s used alongside labels like “Power,” “On,” or “Start” to represent the action of turning a device or system on, without needing a full icon set. Designers may use it for compact status indicators, onboarding steps, or accessibility-friendly text that still communicates intent. Developers can insert it reliably using its HTML entity (⏽), CSS escape (\\23FD), or JavaScript escape (\\u{23FD}). Its meaning is most commonly understood as “power on” rather than “shutdown” or “power off.”
Common uses
- •Button labels and call-to-action text such as “⏽ Power On”
- •Device status messages in apps and dashboards (e.g., “Ready to ⏽ power on”)
- •Instruction screens for setup and troubleshooting guides
- •UI legends for icons where a text-friendly indicator is needed
- •Accessible plain-text alternatives in places where full icons aren’t available
Examples
⏽ Power On Symbol
- ⏽Press ⏽ to power on.
- ⏽System status: ⏽ Power On mode.
- ⏽If the indicator is off, select ⏽ Power On.
- ⏽Choose ⏽ Start to begin the boot sequence.
- ⏽Tap ⏽ Power On to connect the device.
Variations
Ready to copy
Technical codes
| Unicode | U+23FD | |
| HTML Entity | ⏽ | |
| HTML Code | ⏽ | |
| CSS | \23FD |
FAQ
What does the Power On Symbol symbol mean?
The symbol ⏽ (Unicode: U+23FD, named “POWER ON SYMBOL”) is a visual cue for powering on. In practice, it’s used alongside labels like “Power,” “On,” or “Start” to represent the action of turning a device or system on, without needing a full icon set. Designers may use it for compact status indicators, onboarding steps, or accessibility-friendly text that still communicates intent. Developers can insert it reliably using its HTML entity (⏽), CSS escape (\\23FD), or JavaScript escape (\\u{23FD}). Its meaning is most commonly understood as “power on” rather than “shutdown” or “power off.”
What is the Unicode code point for ⏽?
The symbol ⏽ is U+23FD (Unicode name: “POWER ON SYMBOL”).
How do I write ⏽ in HTML?
Use the HTML entity: ⏽.
How do I use ⏽ in CSS?
Use the CSS escape: \\23FD.
How do I use ⏽ in JavaScript strings?
You can use the escape: \\u{23FD}.