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' : ''">
⟤
WHITE SQUARE WITH LEFTWARDS TICK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27E4 | |
| decimal | 10212 | |
| htmldecimal | ⟤ | |
| htmlhex | ⟤ | |
| css | \27E4 | |
| javascript | \u{27E4} | |
| python | \u27e4 | |
| java | \u27E4 | |
| go | \u27E4 | |
| ruby | \u{27E4} | |
| rust | \u{27E4} | |
| ccpp | \u27e4 | |
| urlencoded | %E2%9F%A4 | |
| utf8bytes | e2 9f a4 | |
| utf16bebytes | 27 e4 | |
| utf32bebytes | 00 00 27 e4 |
How to Use
HTML:
⟤
CSS:
content: "\27E4"
JavaScript:
"\u{27E4}"
Python:
"\u27e4"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes