FULLWIDTH EXCLAMATION MARK
!
U+FF01
Unicode Block
Halfwidth and Fullwidth FormsCode
FF01
Code Point
65281
Notes
~ FF01 FE00 corner-justified form
~ FF01 FE01 centered form
# <wide> 0021
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
Halfwidth and Fullwidth Forms
Character Encoding
UTF-8
0xEF0xBC0x81
UTF-16
0xFF01
UTF-32
0x0000FF01
Copy & Paste Codes
Character
!
Unicode Escape
\u{FF01}
HTML Entity (Decimal)
!
HTML Entity (Hex)
!
CSS Code
\FF01
JavaScript
String.fromCodePoint(0xFF01)
Python
chr(0xFF01)