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' : ''">
⁈
QUESTION EXCLAMATION MARK
Overview
⁈ (QUESTION EXCLAMATION MARK) is the Unicode character at code point U+2048. 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+2048 | |
| decimal | 8264 | |
| htmldecimal | ⁈ | |
| htmlhex | ⁈ | |
| css | \2048 | |
| javascript | \u{2048} | |
| python | \u2048 | |
| java | \u2048 | |
| go | \u2048 | |
| ruby | \u{2048} | |
| rust | \u{2048} | |
| ccpp | \u2048 | |
| urlencoded | %E2%81%88 | |
| utf8bytes | e2 81 88 | |
| utf16bebytes | 20 48 | |
| utf32bebytes | 00 00 20 48 |
How to Use
HTML:
⁈
CSS:
content: "\2048"
JavaScript:
"\u{2048}"
Python:
"\u2048"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 003F 0021
Frequently Asked Questions
What is the ⁈ character (QUESTION EXCLAMATION MARK)?
⁈ (QUESTION EXCLAMATION MARK) is the Unicode character U+2048.
What is the Unicode codepoint of QUESTION EXCLAMATION MARK?
The QUESTION EXCLAMATION MARK character (⁈) has codepoint U+2048.
How do I type or copy QUESTION EXCLAMATION MARK?
Copy ⁈ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.