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' : ''">
⏯
BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23EF | |
| decimal | 9199 | |
| htmldecimal | ⏯ | |
| htmlhex | ⏯ | |
| css | \23EF | |
| javascript | \u{23EF} | |
| python | \u23ef | |
| java | \u23EF | |
| go | \u23EF | |
| ruby | \u{23EF} | |
| rust | \u{23EF} | |
| ccpp | \u23ef | |
| urlencoded | %E2%8F%AF | |
| utf8bytes | e2 8f af | |
| utf16bebytes | 23 ef | |
| utf32bebytes | 00 00 23 ef |
How to Use
HTML:
⏯
CSS:
content: "\23EF"
JavaScript:
"\u{23EF}"
Python:
"\u23ef"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No