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' : ''">
!
FULLWIDTH EXCLAMATION MARK
Overview
! (FULLWIDTH EXCLAMATION MARK) is the Unicode character at code point U+FF01. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF01 | |
| decimal | 65281 | |
| htmldecimal | ! | |
| htmlhex | ! | |
| css | \FF01 | |
| javascript | \u{FF01} | |
| python | \uff01 | |
| java | \uFF01 | |
| go | \uFF01 | |
| ruby | \u{FF01} | |
| rust | \u{FF01} | |
| ccpp | \uff01 | |
| urlencoded | %EF%BC%81 | |
| utf8bytes | ef bc 81 | |
| utf16bebytes | ff 01 | |
| utf32bebytes | 00 00 ff 01 |
How to Use
HTML:
!
CSS:
content: "\FF01"
JavaScript:
"\u{FF01}"
Python:
"\uff01"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0021
Compare
Frequently Asked Questions
What is the ! character (FULLWIDTH EXCLAMATION MARK)?
! (FULLWIDTH EXCLAMATION MARK) is the Unicode character U+FF01.
What is the Unicode codepoint of FULLWIDTH EXCLAMATION MARK?
The FULLWIDTH EXCLAMATION MARK character (!) has codepoint U+FF01.
How do I type or copy FULLWIDTH EXCLAMATION MARK?
Copy ! directly, or use the HTML entity, UTF-8, and code encodings shown on this page.