If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+01ED, officially named LATIN SMALL LETTER O WITH OGONEK AND MACRON, was introduced in Unicode version 1.1. It is part of the Latin Ext B block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as LATIN SMALL LETTER O OGONEK MACRON.
Categorized technically as a Lowercase Letter, this character typically falls under the Latin script. In terms of text layout and rendering, the glyph is a canonical 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º |
493
Copied!
|
|---|---|
| UTF-8 |
C7 AD
Copied!
|
| UTF-16 |
01 ED
Copied!
|
| UTF-32 |
00 00 01 ED
Copied!
|
| URL-Quoted |
%C7%AD
Copied!
|
| HTML hex reference |
ǭ
Copied!
|
| RFC 5137 |
\u'01ED'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u01ED
Copied!
|
| C and C++ |
\u01ed
Copied!
|
| C# |
\u01ed
Copied!
|
| CSS |
\0001ED
Copied!
|
| Excel |
=UNICHAR(493)
Copied!
|
| Go |
\u01ed
Copied!
|
| JavaScript |
\u01ED
Copied!
|
| Modern JavaScript (since ES6) |
\u{01ed}
Copied!
|
| JSON |
\u01ED
Copied!
|
| Java |
\u01ED
Copied!
|
| Lua |
\u{01ED}
Copied!
|
| Matlab |
char(493)
Copied!
|
| Perl |
\x{01ED}
Copied!
|
| PHP |
\u{01ed}
Copied!
|
| PostgreSQL |
U&'\01ED'
Copied!
|
| PowerShell |
`u{01ED}
Copied!
|
| Python |
\u01ed
Copied!
|
| Ruby |
\u{01ed}
Copied!
|
| Rust |
\u{01ed}
Copied!
|