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' : ''">
〽
PART ALTERNATION MARK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+303D | |
| decimal | 12349 | |
| htmldecimal | 〽 | |
| htmlhex | 〽 | |
| css | \303D | |
| javascript | \u{303D} | |
| python | \u303d | |
| java | \u303D | |
| go | \u303D | |
| ruby | \u{303D} | |
| rust | \u{303D} | |
| ccpp | \u303d | |
| urlencoded | %E3%80%BD | |
| utf8bytes | e3 80 bd | |
| utf16bebytes | 30 3d | |
| utf32bebytes | 00 00 30 3d |
How to Use
HTML:
〽
CSS:
content: "\303D"
JavaScript:
"\u{303D}"
Python:
"\u303d"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No