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 ON-OFF SYMBOL
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23FC | |
| decimal | 9212 | |
| htmldecimal | ⏼ | |
| htmlhex | ⏼ | |
| css | \23FC | |
| javascript | \u{23FC} | |
| python | \u23fc | |
| java | \u23FC | |
| go | \u23FC | |
| ruby | \u{23FC} | |
| rust | \u{23FC} | |
| ccpp | \u23fc | |
| urlencoded | %E2%8F%BC | |
| utf8bytes | e2 8f bc | |
| utf16bebytes | 23 fc | |
| utf32bebytes | 00 00 23 fc |
How to Use
HTML:
⏼
CSS:
content: "\23FC"
JavaScript:
"\u{23FC}"
Python:
"\u23fc"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No