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' : ''">
⋎
CURLY LOGICAL OR
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+22CE | |
| decimal | 8910 | |
| htmldecimal | ⋎ | |
| htmlhex | ⋎ | |
| css | \22CE | |
| javascript | \u{22CE} | |
| python | \u22ce | |
| java | \u22CE | |
| go | \u22CE | |
| ruby | \u{22CE} | |
| rust | \u{22CE} | |
| ccpp | \u22ce | |
| urlencoded | %E2%8B%8E | |
| utf8bytes | e2 8b 8e | |
| utf16bebytes | 22 ce | |
| utf32bebytes | 00 00 22 ce |
How to Use
HTML:
⋎
CSS:
content: "\22CE"
JavaScript:
"\u{22CE}"
Python:
"\u22ce"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No