If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+0ABC, officially named GUJARATI SIGN NUKTA, was introduced in Unicode version 1.1. It is part of the Gujarati block, which belongs to the Basic Multilingual plane.
Categorized technically as a Nonspacing Mark, this character typically falls under the Gujr 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º |
2748
Copied!
|
|---|---|
| UTF-8 |
E0 AA BC
Copied!
|
| UTF-16 |
0A BC
Copied!
|
| UTF-32 |
00 00 0A BC
Copied!
|
| URL-Quoted |
%E0%AA%BC
Copied!
|
| HTML hex reference |
઼
Copied!
|
| RFC 5137 |
\u'0ABC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u0ABC
Copied!
|
| C and C++ |
\u0abc
Copied!
|
| C# |
\u0abc
Copied!
|
| CSS |
\000ABC
Copied!
|
| Excel |
=UNICHAR(2748)
Copied!
|
| Go |
\u0abc
Copied!
|
| JavaScript |
\u0ABC
Copied!
|
| Modern JavaScript (since ES6) |
\u{0abc}
Copied!
|
| JSON |
\u0ABC
Copied!
|
| Java |
\u0ABC
Copied!
|
| Lua |
\u{0ABC}
Copied!
|
| Matlab |
char(2748)
Copied!
|
| Perl |
\x{0ABC}
Copied!
|
| PHP |
\u{0abc}
Copied!
|
| PostgreSQL |
U&'\0ABC'
Copied!
|
| PowerShell |
`u{0ABC}
Copied!
|
| Python |
\u0abc
Copied!
|
| Ruby |
\u{0abc}
Copied!
|
| Rust |
\u{0abc}
Copied!
|