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 RIGHTWARDS TICK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27E5 | |
| decimal | 10213 | |
| htmldecimal | ⟥ | |
| htmlhex | ⟥ | |
| css | \27E5 | |
| javascript | \u{27E5} | |
| python | \u27e5 | |
| java | \u27E5 | |
| go | \u27E5 | |
| ruby | \u{27E5} | |
| rust | \u{27E5} | |
| ccpp | \u27e5 | |
| urlencoded | %E2%9F%A5 | |
| utf8bytes | e2 9f a5 | |
| utf16bebytes | 27 e5 | |
| utf32bebytes | 00 00 27 e5 |
How to Use
HTML:
⟥
CSS:
content: "\27E5"
JavaScript:
"\u{27E5}"
Python:
"\u27e5"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes