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' : ''">
⋱
DOWN RIGHT DIAGONAL ELLIPSIS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+22F1 | |
| decimal | 8945 | |
| htmldecimal | ⋱ | |
| htmlhex | ⋱ | |
| css | \22F1 | |
| javascript | \u{22F1} | |
| python | \u22f1 | |
| java | \u22F1 | |
| go | \u22F1 | |
| ruby | \u{22F1} | |
| rust | \u{22F1} | |
| ccpp | \u22f1 | |
| urlencoded | %E2%8B%B1 | |
| utf8bytes | e2 8b b1 | |
| utf16bebytes | 22 f1 | |
| utf32bebytes | 00 00 22 f1 |
How to Use
HTML:
⋱
CSS:
content: "\22F1"
JavaScript:
"\u{22F1}"
Python:
"\u22f1"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes