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' : ''">
▓
DARK SHADE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2593 | |
| decimal | 9619 | |
| htmldecimal | ▓ | |
| htmlhex | ▓ | |
| css | \2593 | |
| javascript | \u{2593} | |
| python | \u2593 | |
| java | \u2593 | |
| go | \u2593 | |
| ruby | \u{2593} | |
| rust | \u{2593} | |
| ccpp | \u2593 | |
| urlencoded | %E2%96%93 | |
| utf8bytes | e2 96 93 | |
| utf16bebytes | 25 93 | |
| utf32bebytes | 00 00 25 93 |
How to Use
HTML:
▓
CSS:
content: "\2593"
JavaScript:
"\u{2593}"
Python:
"\u2593"
Properties
- Block
- Block Elements
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No