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