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' : ''">
⁅
LEFT SQUARE BRACKET WITH QUILL
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2045 | |
| decimal | 8261 | |
| htmldecimal | ⁅ | |
| htmlhex | ⁅ | |
| css | \2045 | |
| javascript | \u{2045} | |
| python | \u2045 | |
| java | \u2045 | |
| go | \u2045 | |
| ruby | \u{2045} | |
| rust | \u{2045} | |
| ccpp | \u2045 | |
| urlencoded | %E2%81%85 | |
| utf8bytes | e2 81 85 | |
| utf16bebytes | 20 45 | |
| utf32bebytes | 00 00 20 45 |
How to Use
HTML:
⁅
CSS:
content: "\2045"
JavaScript:
"\u{2045}"
Python:
"\u2045"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes