If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+10EFF, officially named ARABIC SMALL LOW WORD MADDA, was introduced in Unicode version 15.0. It is part of the Arabic Ext C block, which belongs to the Supplementary Multilingual plane.
Categorized technically as a Nonspacing Mark, this character typically falls under the Arabic 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º |
69375
Copied!
|
|---|---|
| UTF-8 |
F0 90 BB BF
Copied!
|
| UTF-16 |
D8 03 DE FF
Copied!
|
| UTF-32 |
00 01 0E FF
Copied!
|
| URL-Quoted |
%F0%90%BB%BF
Copied!
|
| HTML hex reference |
𐻿
Copied!
|
| RFC 5137 |
\u'10EFF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\U00010EFF
Copied!
|
| C and C++ |
\U00010eff
Copied!
|
| C# |
\U00010eff
Copied!
|
| CSS |
\0010EFF
Copied!
|
| Excel |
=UNICHAR(69375)
Copied!
|
| Go |
\U00010eff
Copied!
|
| JavaScript |
\uD803\uDEFF
Copied!
|
| Modern JavaScript (since ES6) |
\u{10eff}
Copied!
|
| JSON |
\uD803\uDEFF
Copied!
|
| Java |
\uD803\uDEFF
Copied!
|
| Lua |
\u{10EFF}
Copied!
|
| Matlab |
char(69375)
Copied!
|
| Perl |
\x{10EFF}
Copied!
|
| PHP |
\u{10eff}
Copied!
|
| PostgreSQL |
U&'\10EFF'
Copied!
|
| PowerShell |
`u{10EFF}
Copied!
|
| Python |
\U00010eff
Copied!
|
| Ruby |
\u{10eff}
Copied!
|
| Rust |
\u{10eff}
Copied!
|