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' : ''">
⧡
INCREASES AS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+29E1 | |
| decimal | 10721 | |
| htmldecimal | ⧡ | |
| htmlhex | ⧡ | |
| css | \29E1 | |
| javascript | \u{29E1} | |
| python | \u29e1 | |
| java | \u29E1 | |
| go | \u29E1 | |
| ruby | \u{29E1} | |
| rust | \u{29E1} | |
| ccpp | \u29e1 | |
| urlencoded | %E2%A7%A1 | |
| utf8bytes | e2 a7 a1 | |
| utf16bebytes | 29 e1 | |
| utf32bebytes | 00 00 29 e1 |
How to Use
HTML:
⧡
CSS:
content: "\29E1"
JavaScript:
"\u{29E1}"
Python:
"\u29e1"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes