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' : ''">
⩓
DOUBLE LOGICAL AND
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A53 | |
| decimal | 10835 | |
| htmldecimal | ⩓ | |
| htmlhex | ⩓ | |
| css | \2A53 | |
| javascript | \u{2A53} | |
| python | \u2a53 | |
| java | \u2A53 | |
| go | \u2A53 | |
| ruby | \u{2A53} | |
| rust | \u{2A53} | |
| ccpp | \u2a53 | |
| urlencoded | %E2%A9%93 | |
| utf8bytes | e2 a9 93 | |
| utf16bebytes | 2a 53 | |
| utf32bebytes | 00 00 2a 53 |
How to Use
HTML:
⩓
CSS:
content: "\2A53"
JavaScript:
"\u{2A53}"
Python:
"\u2a53"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No