copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⏻'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⏻
POWER SYMBOL
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23FB | |
| decimal | 9211 | |
| htmldecimal | ⏻ | |
| htmlhex | ⏻ | |
| css | \23FB | |
| javascript | \u{23FB} | |
| python | \u23fb | |
| java | \u23FB | |
| go | \u23FB | |
| ruby | \u{23FB} | |
| rust | \u{23FB} | |
| ccpp | \u23fb | |
| urlencoded | %E2%8F%BB | |
| utf8bytes | e2 8f bb | |
| utf16bebytes | 23 fb | |
| utf32bebytes | 00 00 23 fb |
How to Use
HTML:
⏻
CSS:
content: "\23FB"
JavaScript:
"\u{23FB}"
Python:
"\u23fb"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No