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' : ''">
⨫
MINUS SIGN WITH FALLING DOTS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A2B | |
| decimal | 10795 | |
| htmldecimal | ⨫ | |
| htmlhex | ⨫ | |
| css | \2A2B | |
| javascript | \u{2A2B} | |
| python | \u2a2b | |
| java | \u2A2B | |
| go | \u2A2B | |
| ruby | \u{2A2B} | |
| rust | \u{2A2B} | |
| ccpp | \u2a2b | |
| urlencoded | %E2%A8%AB | |
| utf8bytes | e2 a8 ab | |
| utf16bebytes | 2a 2b | |
| utf32bebytes | 00 00 2a 2b |
How to Use
HTML:
⨫
CSS:
content: "\2A2B"
JavaScript:
"\u{2A2B}"
Python:
"\u2a2b"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes