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 TILDE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2242 | |
| decimal | 8770 | |
| htmldecimal | ≂ | |
| htmlhex | ≂ | |
| css | \2242 | |
| javascript | \u{2242} | |
| python | \u2242 | |
| java | \u2242 | |
| go | \u2242 | |
| ruby | \u{2242} | |
| rust | \u{2242} | |
| ccpp | \u2242 | |
| urlencoded | %E2%89%82 | |
| utf8bytes | e2 89 82 | |
| utf16bebytes | 22 42 | |
| utf32bebytes | 00 00 22 42 |
How to Use
HTML:
≂
CSS:
content: "\2242"
JavaScript:
"\u{2242}"
Python:
"\u2242"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes