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' : ''">
※
REFERENCE MARK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+203B | |
| decimal | 8251 | |
| htmldecimal | ※ | |
| htmlhex | ※ | |
| css | \203B | |
| javascript | \u{203B} | |
| python | \u203b | |
| java | \u203B | |
| go | \u203B | |
| ruby | \u{203B} | |
| rust | \u{203B} | |
| ccpp | \u203b | |
| urlencoded | %E2%80%BB | |
| utf8bytes | e2 80 bb | |
| utf16bebytes | 20 3b | |
| utf32bebytes | 00 00 20 3b |
How to Use
HTML:
※
CSS:
content: "\203B"
JavaScript:
"\u{203B}"
Python:
"\u203b"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No