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' : ''">
⟪
MATHEMATICAL LEFT DOUBLE ANGLE BRACKET
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27EA | |
| decimal | 10218 | |
| htmldecimal | ⟪ | |
| htmlhex | ⟪ | |
| css | \27EA | |
| javascript | \u{27EA} | |
| python | \u27ea | |
| java | \u27EA | |
| go | \u27EA | |
| ruby | \u{27EA} | |
| rust | \u{27EA} | |
| ccpp | \u27ea | |
| urlencoded | %E2%9F%AA | |
| utf8bytes | e2 9f aa | |
| utf16bebytes | 27 ea | |
| utf32bebytes | 00 00 27 ea |
How to Use
HTML:
⟪
CSS:
content: "\27EA"
JavaScript:
"\u{27EA}"
Python:
"\u27ea"
Properties
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes