If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+01DB, officially named LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE, 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 CAPITAL LETTER U DIAERESIS GRAVE.
Categorized technically as a Uppercase 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º |
475
Copied!
|
|---|---|
| UTF-8 |
C7 9B
Copied!
|
| UTF-16 |
01 DB
Copied!
|
| UTF-32 |
00 00 01 DB
Copied!
|
| URL-Quoted |
%C7%9B
Copied!
|
| HTML hex reference |
Ǜ
Copied!
|
| RFC 5137 |
\u'01DB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u01DB
Copied!
|
| C and C++ |
\u01db
Copied!
|
| C# |
\u01db
Copied!
|
| CSS |
\0001DB
Copied!
|
| Excel |
=UNICHAR(475)
Copied!
|
| Go |
\u01db
Copied!
|
| JavaScript |
\u01DB
Copied!
|
| Modern JavaScript (since ES6) |
\u{01db}
Copied!
|
| JSON |
\u01DB
Copied!
|
| Java |
\u01DB
Copied!
|
| Lua |
\u{01DB}
Copied!
|
| Matlab |
char(475)
Copied!
|
| Perl |
\x{01DB}
Copied!
|
| PHP |
\u{01db}
Copied!
|
| PostgreSQL |
U&'\01DB'
Copied!
|
| PowerShell |
`u{01DB}
Copied!
|
| Python |
\u01db
Copied!
|
| Ruby |
\u{01db}
Copied!
|
| Rust |
\u{01db}
Copied!
|