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' : ''">
‽
INTERROBANG
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+203D | |
| decimal | 8253 | |
| htmldecimal | ‽ | |
| htmlhex | ‽ | |
| css | \203D | |
| javascript | \u{203D} | |
| python | \u203d | |
| java | \u203D | |
| go | \u203D | |
| ruby | \u{203D} | |
| rust | \u{203D} | |
| ccpp | \u203d | |
| urlencoded | %E2%80%BD | |
| utf8bytes | e2 80 bd | |
| utf16bebytes | 20 3d | |
| utf32bebytes | 00 00 20 3d |
How to Use
HTML:
‽
CSS:
content: "\203D"
JavaScript:
"\u{203D}"
Python:
"\u203d"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No