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' : ''">
⃓
COMBINING SHORT VERTICAL LINE OVERLAY
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+20D3 | |
| decimal | 8403 | |
| htmldecimal | ⃓ | |
| htmlhex | ⃓ | |
| css | \20D3 | |
| javascript | \u{20D3} | |
| python | \u20d3 | |
| java | \u20D3 | |
| go | \u20D3 | |
| ruby | \u{20D3} | |
| rust | \u{20D3} | |
| ccpp | \u20d3 | |
| urlencoded | %E2%83%93 | |
| utf8bytes | e2 83 93 | |
| utf16bebytes | 20 d3 | |
| utf32bebytes | 00 00 20 d3 |
How to Use
HTML:
⃓
CSS:
content: "\20D3"
JavaScript:
"\u{20D3}"
Python:
"\u20d3"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 1
- Mirrored
- No