If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+201DF, officially named CJK UNIFIED IDEOGRAPH-#, was introduced in Unicode version 3.1. It is part of the CJK Ext B block, which belongs to the Supplementary Ideographic plane.
Categorized technically as a Other Letter, this character typically falls under the Han script. In terms of text layout and rendering, the glyph is not a composition and has wide 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º |
131551
Copied!
|
|---|---|
| UTF-8 |
F0 A0 87 9F
Copied!
|
| UTF-16 |
D8 40 DD DF
Copied!
|
| UTF-32 |
00 02 01 DF
Copied!
|
| URL-Quoted |
%F0%A0%87%9F
Copied!
|
| HTML hex reference |
𠇟
Copied!
|
| RFC 5137 |
\u'201DF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\U000201DF
Copied!
|
| C and C++ |
\U000201df
Copied!
|
| C# |
\U000201df
Copied!
|
| CSS |
\00201DF
Copied!
|
| Excel |
=UNICHAR(131551)
Copied!
|
| Go |
\U000201df
Copied!
|
| JavaScript |
\uD840\uDDDF
Copied!
|
| Modern JavaScript (since ES6) |
\u{201df}
Copied!
|
| JSON |
\uD840\uDDDF
Copied!
|
| Java |
\uD840\uDDDF
Copied!
|
| Lua |
\u{201DF}
Copied!
|
| Matlab |
char(131551)
Copied!
|
| Perl |
\x{201DF}
Copied!
|
| PHP |
\u{201df}
Copied!
|
| PostgreSQL |
U&'\201DF'
Copied!
|
| PowerShell |
`u{201DF}
Copied!
|
| Python |
\U000201df
Copied!
|
| Ruby |
\u{201df}
Copied!
|
| Rust |
\u{201df}
Copied!
|