If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+203F, officially named UNDERTIE, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane.
Categorized technically as a Connector Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width 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º |
8255
Copied!
|
|---|---|
| UTF-8 |
E2 80 BF
Copied!
|
| UTF-16 |
20 3F
Copied!
|
| UTF-32 |
00 00 20 3F
Copied!
|
| URL-Quoted |
%E2%80%BF
Copied!
|
| HTML hex reference |
‿
Copied!
|
| RFC 5137 |
\u'203F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u203F
Copied!
|
| C and C++ |
\u203f
Copied!
|
| C# |
\u203f
Copied!
|
| CSS |
\00203F
Copied!
|
| Excel |
=UNICHAR(8255)
Copied!
|
| Go |
\u203f
Copied!
|
| JavaScript |
\u203F
Copied!
|
| Modern JavaScript (since ES6) |
\u{203f}
Copied!
|
| JSON |
\u203F
Copied!
|
| Java |
\u203F
Copied!
|
| Lua |
\u{203F}
Copied!
|
| Matlab |
char(8255)
Copied!
|
| Perl |
\x{203F}
Copied!
|
| PHP |
\u{203f}
Copied!
|
| PostgreSQL |
U&'\203F'
Copied!
|
| PowerShell |
`u{203F}
Copied!
|
| Python |
\u203f
Copied!
|
| Ruby |
\u{203f}
Copied!
|
| Rust |
\u{203f}
Copied!
|