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 ANGLE BRACKET
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27E8 | |
| decimal | 10216 | |
| htmldecimal | ⟨ | |
| htmlhex | ⟨ | |
| css | \27E8 | |
| javascript | \u{27E8} | |
| python | \u27e8 | |
| java | \u27E8 | |
| go | \u27E8 | |
| ruby | \u{27E8} | |
| rust | \u{27E8} | |
| ccpp | \u27e8 | |
| urlencoded | %E2%9F%A8 | |
| utf8bytes | e2 9f a8 | |
| utf16bebytes | 27 e8 | |
| utf32bebytes | 00 00 27 e8 |
How to Use
HTML:
⟨
CSS:
content: "\27E8"
JavaScript:
"\u{27E8}"
Python:
"\u27e8"
Properties
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes