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