If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF01, officially named FULLWIDTH EXCLAMATION MARK, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65281
Copied!
|
|---|---|
| UTF-8 |
EF BC 81
Copied!
|
| UTF-16 |
FF 01
Copied!
|
| UTF-32 |
00 00 FF 01
Copied!
|
| URL-Quoted |
%EF%BC%81
Copied!
|
| HTML hex reference |
!
Copied!
|
| RFC 5137 |
\u'FF01'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF01
Copied!
|
| C and C++ |
\uff01
Copied!
|
| C# |
\uff01
Copied!
|
| CSS |
\00FF01
Copied!
|
| Excel |
=UNICHAR(65281)
Copied!
|
| Go |
\uff01
Copied!
|
| JavaScript |
\uFF01
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff01}
Copied!
|
| JSON |
\uFF01
Copied!
|
| Java |
\uFF01
Copied!
|
| Lua |
\u{FF01}
Copied!
|
| Matlab |
char(65281)
Copied!
|
| Perl |
\x{FF01}
Copied!
|
| PHP |
\u{ff01}
Copied!
|
| PostgreSQL |
U&'\FF01'
Copied!
|
| PowerShell |
`u{FF01}
Copied!
|
| Python |
\uff01
Copied!
|
| Ruby |
\u{ff01}
Copied!
|
| Rust |
\u{ff01}
Copied!
|