If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+AABB, officially named TAI VIET VOWEL AUE, was introduced in Unicode version 5.2. It is part of the Tai Viet block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Letter, this character typically falls under the Tavt 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º |
43707
Copied!
|
|---|---|
| UTF-8 |
EA AA BB
Copied!
|
| UTF-16 |
AA BB
Copied!
|
| UTF-32 |
00 00 AA BB
Copied!
|
| URL-Quoted |
%EA%AA%BB
Copied!
|
| HTML hex reference |
ꪻ
Copied!
|
| RFC 5137 |
\u'AABB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uAABB
Copied!
|
| C and C++ |
\uaabb
Copied!
|
| C# |
\uaabb
Copied!
|
| CSS |
\00AABB
Copied!
|
| Excel |
=UNICHAR(43707)
Copied!
|
| Go |
\uaabb
Copied!
|
| JavaScript |
\uAABB
Copied!
|
| Modern JavaScript (since ES6) |
\u{aabb}
Copied!
|
| JSON |
\uAABB
Copied!
|
| Java |
\uAABB
Copied!
|
| Lua |
\u{AABB}
Copied!
|
| Matlab |
char(43707)
Copied!
|
| Perl |
\x{AABB}
Copied!
|
| PHP |
\u{aabb}
Copied!
|
| PostgreSQL |
U&'\AABB'
Copied!
|
| PowerShell |
`u{AABB}
Copied!
|
| Python |
\uaabb
Copied!
|
| Ruby |
\u{aabb}
Copied!
|
| Rust |
\u{aabb}
Copied!
|