If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FE4D, officially named DASHED LOW LINE, was introduced in Unicode version 1.1. It is part of the CJK Compat Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as SPACING DASHED 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 a compatibility composition and has wide 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º |
65101
Copied!
|
|---|---|
| UTF-8 |
EF B9 8D
Copied!
|
| UTF-16 |
FE 4D
Copied!
|
| UTF-32 |
00 00 FE 4D
Copied!
|
| URL-Quoted |
%EF%B9%8D
Copied!
|
| HTML hex reference |
﹍
Copied!
|
| RFC 5137 |
\u'FE4D'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFE4D
Copied!
|
| C and C++ |
\ufe4d
Copied!
|
| C# |
\ufe4d
Copied!
|
| CSS |
\00FE4D
Copied!
|
| Excel |
=UNICHAR(65101)
Copied!
|
| Go |
\ufe4d
Copied!
|
| JavaScript |
\uFE4D
Copied!
|
| Modern JavaScript (since ES6) |
\u{fe4d}
Copied!
|
| JSON |
\uFE4D
Copied!
|
| Java |
\uFE4D
Copied!
|
| Lua |
\u{FE4D}
Copied!
|
| Matlab |
char(65101)
Copied!
|
| Perl |
\x{FE4D}
Copied!
|
| PHP |
\u{fe4d}
Copied!
|
| PostgreSQL |
U&'\FE4D'
Copied!
|
| PowerShell |
`u{FE4D}
Copied!
|
| Python |
\ufe4d
Copied!
|
| Ruby |
\u{fe4d}
Copied!
|
| Rust |
\u{fe4d}
Copied!
|