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 DOWN TACK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02D5 | |
| decimal | 725 | |
| htmldecimal | ˕ | |
| htmlhex | ˕ | |
| css | \02D5 | |
| javascript | \u{2D5} | |
| python | \u02d5 | |
| java | \u02D5 | |
| go | \u02D5 | |
| ruby | \u{2D5} | |
| rust | \u{2D5} | |
| ccpp | \u02d5 | |
| urlencoded | %CB%95 | |
| utf8bytes | cb 95 | |
| utf16bebytes | 02 d5 | |
| utf32bebytes | 00 00 02 d5 |
How to Use
HTML:
˕
CSS:
content: "\02D5"
JavaScript:
"\u{2D5}"
Python:
"\u02d5"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Symbol (Sk)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No