If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF3E, officially named FULLWIDTH CIRCUMFLEX ACCENT, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH SPACING CIRCUMFLEX.
Categorized technically as a Modifier Symbol, 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º |
65342
Copied!
|
|---|---|
| UTF-8 |
EF BC BE
Copied!
|
| UTF-16 |
FF 3E
Copied!
|
| UTF-32 |
00 00 FF 3E
Copied!
|
| URL-Quoted |
%EF%BC%BE
Copied!
|
| HTML hex reference |
^
Copied!
|
| RFC 5137 |
\u'FF3E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF3E
Copied!
|
| C and C++ |
\uff3e
Copied!
|
| C# |
\uff3e
Copied!
|
| CSS |
\00FF3E
Copied!
|
| Excel |
=UNICHAR(65342)
Copied!
|
| Go |
\uff3e
Copied!
|
| JavaScript |
\uFF3E
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff3e}
Copied!
|
| JSON |
\uFF3E
Copied!
|
| Java |
\uFF3E
Copied!
|
| Lua |
\u{FF3E}
Copied!
|
| Matlab |
char(65342)
Copied!
|
| Perl |
\x{FF3E}
Copied!
|
| PHP |
\u{ff3e}
Copied!
|
| PostgreSQL |
U&'\FF3E'
Copied!
|
| PowerShell |
`u{FF3E}
Copied!
|
| Python |
\uff3e
Copied!
|
| Ruby |
\u{ff3e}
Copied!
|
| Rust |
\u{ff3e}
Copied!
|