If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+1AB8, officially named COMBINING DOUBLE OPEN MARK BELOW, 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º |
6840
Copied!
|
|---|---|
| UTF-8 |
E1 AA B8
Copied!
|
| UTF-16 |
1A B8
Copied!
|
| UTF-32 |
00 00 1A B8
Copied!
|
| URL-Quoted |
%E1%AA%B8
Copied!
|
| HTML hex reference |
᪸
Copied!
|
| RFC 5137 |
\u'1AB8'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u1AB8
Copied!
|
| C and C++ |
\u1ab8
Copied!
|
| C# |
\u1ab8
Copied!
|
| CSS |
\001AB8
Copied!
|
| Excel |
=UNICHAR(6840)
Copied!
|
| Go |
\u1ab8
Copied!
|
| JavaScript |
\u1AB8
Copied!
|
| Modern JavaScript (since ES6) |
\u{1ab8}
Copied!
|
| JSON |
\u1AB8
Copied!
|
| Java |
\u1AB8
Copied!
|
| Lua |
\u{1AB8}
Copied!
|
| Matlab |
char(6840)
Copied!
|
| Perl |
\x{1AB8}
Copied!
|
| PHP |
\u{1ab8}
Copied!
|
| PostgreSQL |
U&'\1AB8'
Copied!
|
| PowerShell |
`u{1AB8}
Copied!
|
| Python |
\u1ab8
Copied!
|
| Ruby |
\u{1ab8}
Copied!
|
| Rust |
\u{1ab8}
Copied!
|