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