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' : ''">
⁏
REVERSED SEMICOLON
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+204F | |
| decimal | 8271 | |
| htmldecimal | ⁏ | |
| htmlhex | ⁏ | |
| css | \204F | |
| javascript | \u{204F} | |
| python | \u204f | |
| java | \u204F | |
| go | \u204F | |
| ruby | \u{204F} | |
| rust | \u{204F} | |
| ccpp | \u204f | |
| urlencoded | %E2%81%8F | |
| utf8bytes | e2 81 8f | |
| utf16bebytes | 20 4f | |
| utf32bebytes | 00 00 20 4f |
How to Use
HTML:
⁏
CSS:
content: "\204F"
JavaScript:
"\u{204F}"
Python:
"\u204f"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No