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 TACK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+22A3 | |
| decimal | 8867 | |
| htmldecimal | ⊣ | |
| htmlhex | ⊣ | |
| css | \22A3 | |
| javascript | \u{22A3} | |
| python | \u22a3 | |
| java | \u22A3 | |
| go | \u22A3 | |
| ruby | \u{22A3} | |
| rust | \u{22A3} | |
| ccpp | \u22a3 | |
| urlencoded | %E2%8A%A3 | |
| utf8bytes | e2 8a a3 | |
| utf16bebytes | 22 a3 | |
| utf32bebytes | 00 00 22 a3 |
How to Use
HTML:
⊣
CSS:
content: "\22A3"
JavaScript:
"\u{22A3}"
Python:
"\u22a3"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes