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
Overview
‽ (INTERROBANG) is the Unicode character at code point U+203D. It belongs to the General Punctuation block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
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
Frequently Asked Questions
What is the ‽ character (INTERROBANG)?
‽ (INTERROBANG) is the Unicode character U+203D.
What is the Unicode codepoint of INTERROBANG?
The INTERROBANG character (‽) has codepoint U+203D.
How do I type or copy INTERROBANG?
Copy ‽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.