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' : ''">
⸴
RAISED COMMA
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2E34 | |
| decimal | 11828 | |
| htmldecimal | ⸴ | |
| htmlhex | ⸴ | |
| css | \2E34 | |
| javascript | \u{2E34} | |
| python | \u2e34 | |
| java | \u2E34 | |
| go | \u2E34 | |
| ruby | \u{2E34} | |
| rust | \u{2E34} | |
| ccpp | \u2e34 | |
| urlencoded | %E2%B8%B4 | |
| utf8bytes | e2 b8 b4 | |
| utf16bebytes | 2e 34 | |
| utf32bebytes | 00 00 2e 34 |
How to Use
HTML:
⸴
CSS:
content: "\2E34"
JavaScript:
"\u{2E34}"
Python:
"\u2e34"
Properties
- Block
- Supplemental Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No