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' : ''">
⌐
REVERSED NOT SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2310 | |
| decimal | 8976 | |
| htmldecimal | ⌐ | |
| htmlhex | ⌐ | |
| css | \2310 | |
| javascript | \u{2310} | |
| python | \u2310 | |
| java | \u2310 | |
| go | \u2310 | |
| ruby | \u{2310} | |
| rust | \u{2310} | |
| ccpp | \u2310 | |
| urlencoded | %E2%8C%90 | |
| utf8bytes | e2 8c 90 | |
| utf16bebytes | 23 10 | |
| utf32bebytes | 00 00 23 10 |
How to Use
HTML:
⌐
CSS:
content: "\2310"
JavaScript:
"\u{2310}"
Python:
"\u2310"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No