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