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' : ''">
❗
Overview
❗ (HEAVY EXCLAMATION MARK SYMBOL) is the Unicode character at code point U+2757. It belongs to the Dingbats block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2757 | |
| decimal | 10071 | |
| htmldecimal | ❗ | |
| htmlhex | ❗ | |
| css | \2757 | |
| javascript | \u{2757} | |
| python | \u2757 | |
| java | \u2757 | |
| go | \u2757 | |
| ruby | \u{2757} | |
| rust | \u{2757} | |
| ccpp | \u2757 | |
| urlencoded | %E2%9D%97 | |
| utf8bytes | e2 9d 97 | |
| utf16bebytes | 27 57 | |
| utf32bebytes | 00 00 27 57 |
How to Use
HTML:
❗
CSS:
content: "\2757"
JavaScript:
"\u{2757}"
Python:
"\u2757"
Properties
Frequently Asked Questions
What is the ❗ character (HEAVY EXCLAMATION MARK SYMBOL)?
❗ (HEAVY EXCLAMATION MARK SYMBOL) is the Unicode character U+2757.
What is the Unicode codepoint of HEAVY EXCLAMATION MARK SYMBOL?
The HEAVY EXCLAMATION MARK SYMBOL character (❗) has codepoint U+2757.
How do I type or copy HEAVY EXCLAMATION MARK SYMBOL?
Copy ❗ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.