If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF3F, officially named FULLWIDTH LOW LINE, 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 UNDERSCORE.
Categorized technically as a Connector 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º |
65343
Copied!
|
|---|---|
| UTF-8 |
EF BC BF
Copied!
|
| UTF-16 |
FF 3F
Copied!
|
| UTF-32 |
00 00 FF 3F
Copied!
|
| URL-Quoted |
%EF%BC%BF
Copied!
|
| HTML hex reference |
_
Copied!
|
| RFC 5137 |
\u'FF3F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF3F
Copied!
|
| C and C++ |
\uff3f
Copied!
|
| C# |
\uff3f
Copied!
|
| CSS |
\00FF3F
Copied!
|
| Excel |
=UNICHAR(65343)
Copied!
|
| Go |
\uff3f
Copied!
|
| JavaScript |
\uFF3F
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff3f}
Copied!
|
| JSON |
\uFF3F
Copied!
|
| Java |
\uFF3F
Copied!
|
| Lua |
\u{FF3F}
Copied!
|
| Matlab |
char(65343)
Copied!
|
| Perl |
\x{FF3F}
Copied!
|
| PHP |
\u{ff3f}
Copied!
|
| PostgreSQL |
U&'\FF3F'
Copied!
|
| PowerShell |
`u{FF3F}
Copied!
|
| Python |
\uff3f
Copied!
|
| Ruby |
\u{ff3f}
Copied!
|
| Rust |
\u{ff3f}
Copied!
|