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' : ''">
˗
MODIFIER LETTER MINUS SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02D7 | |
| decimal | 727 | |
| htmldecimal | ˗ | |
| htmlhex | ˗ | |
| css | \02D7 | |
| javascript | \u{2D7} | |
| python | \u02d7 | |
| java | \u02D7 | |
| go | \u02D7 | |
| ruby | \u{2D7} | |
| rust | \u{2D7} | |
| ccpp | \u02d7 | |
| urlencoded | %CB%97 | |
| utf8bytes | cb 97 | |
| utf16bebytes | 02 d7 | |
| utf32bebytes | 00 00 02 d7 |
How to Use
HTML:
˗
CSS:
content: "\02D7"
JavaScript:
"\u{2D7}"
Python:
"\u02d7"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Symbol (Sk)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No