If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+03AB, officially named GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA, was introduced in Unicode version 1.1. It is part of the Greek block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as GREEK CAPITAL LETTER UPSILON DIAERESIS.
Categorized technically as a Uppercase Letter, this character typically falls under the Greek 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º |
939
Copied!
|
|---|---|
| UTF-8 |
CE AB
Copied!
|
| UTF-16 |
03 AB
Copied!
|
| UTF-32 |
00 00 03 AB
Copied!
|
| URL-Quoted |
%CE%AB
Copied!
|
| HTML hex reference |
Ϋ
Copied!
|
| RFC 5137 |
\u'03AB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u03AB
Copied!
|
| C and C++ |
\u03ab
Copied!
|
| C# |
\u03ab
Copied!
|
| CSS |
\0003AB
Copied!
|
| Excel |
=UNICHAR(939)
Copied!
|
| Go |
\u03ab
Copied!
|
| JavaScript |
\u03AB
Copied!
|
| Modern JavaScript (since ES6) |
\u{03ab}
Copied!
|
| JSON |
\u03AB
Copied!
|
| Java |
\u03AB
Copied!
|
| Lua |
\u{03AB}
Copied!
|
| Matlab |
char(939)
Copied!
|
| Perl |
\x{03AB}
Copied!
|
| PHP |
\u{03ab}
Copied!
|
| PostgreSQL |
U&'\03AB'
Copied!
|
| PowerShell |
`u{03AB}
Copied!
|
| Python |
\u03ab
Copied!
|
| Ruby |
\u{03ab}
Copied!
|
| Rust |
\u{03ab}
Copied!
|