If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+1AB1, officially named COMBINING DIAERESIS-RING, was introduced in Unicode version 7.0. It is part of the Diacriticals Ext block, which belongs to the Basic Multilingual plane.
Categorized technically as a Nonspacing Mark, this character typically falls under the Zinh 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 Unknown 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º |
6833
Copied!
|
|---|---|
| UTF-8 |
E1 AA B1
Copied!
|
| UTF-16 |
1A B1
Copied!
|
| UTF-32 |
00 00 1A B1
Copied!
|
| URL-Quoted |
%E1%AA%B1
Copied!
|
| HTML hex reference |
᪱
Copied!
|
| RFC 5137 |
\u'1AB1'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u1AB1
Copied!
|
| C and C++ |
\u1ab1
Copied!
|
| C# |
\u1ab1
Copied!
|
| CSS |
\001AB1
Copied!
|
| Excel |
=UNICHAR(6833)
Copied!
|
| Go |
\u1ab1
Copied!
|
| JavaScript |
\u1AB1
Copied!
|
| Modern JavaScript (since ES6) |
\u{1ab1}
Copied!
|
| JSON |
\u1AB1
Copied!
|
| Java |
\u1AB1
Copied!
|
| Lua |
\u{1AB1}
Copied!
|
| Matlab |
char(6833)
Copied!
|
| Perl |
\x{1AB1}
Copied!
|
| PHP |
\u{1ab1}
Copied!
|
| PostgreSQL |
U&'\1AB1'
Copied!
|
| PowerShell |
`u{1AB1}
Copied!
|
| Python |
\u1ab1
Copied!
|
| Ruby |
\u{1ab1}
Copied!
|
| Rust |
\u{1ab1}
Copied!
|