If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+01DD, officially named LATIN SMALL LETTER TURNED E, was introduced in Unicode version 1.1. It is part of the Latin Ext B block, which belongs to the Basic Multilingual plane.
Categorized technically as a Lowercase Letter, this character typically falls under the Latin 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 Left-To-Right 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º |
477
Copied!
|
|---|---|
| UTF-8 |
C7 9D
Copied!
|
| UTF-16 |
01 DD
Copied!
|
| UTF-32 |
00 00 01 DD
Copied!
|
| URL-Quoted |
%C7%9D
Copied!
|
| HTML hex reference |
ǝ
Copied!
|
| RFC 5137 |
\u'01DD'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u01DD
Copied!
|
| C and C++ |
\u01dd
Copied!
|
| C# |
\u01dd
Copied!
|
| CSS |
\0001DD
Copied!
|
| Excel |
=UNICHAR(477)
Copied!
|
| Go |
\u01dd
Copied!
|
| JavaScript |
\u01DD
Copied!
|
| Modern JavaScript (since ES6) |
\u{01dd}
Copied!
|
| JSON |
\u01DD
Copied!
|
| Java |
\u01DD
Copied!
|
| Lua |
\u{01DD}
Copied!
|
| Matlab |
char(477)
Copied!
|
| Perl |
\x{01DD}
Copied!
|
| PHP |
\u{01dd}
Copied!
|
| PostgreSQL |
U&'\01DD'
Copied!
|
| PowerShell |
`u{01DD}
Copied!
|
| Python |
\u01dd
Copied!
|
| Ruby |
\u{01dd}
Copied!
|
| Rust |
\u{01dd}
Copied!
|