If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+0034, officially named DIGIT FOUR, was introduced in Unicode version 1.1. It is part of the ASCII block, which belongs to the Basic Multilingual plane.
Categorized technically as a Decimal Number, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has narrow in East Asian typography. When placed in bidirectional text, it behaves as an European Number character. Its visual representation remains not mirrored regardless of the reading direction.
As an officially designated emoji, this character can be displayed in colorful graphical formats on supported platforms. To explicitly request the colorful emoji presentation rather than a standard monochrome text symbol, developers can append the Variation Selector-16 (U+FE0F) directly after the character.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
52
Copied!
|
|---|---|
| UTF-8 |
34
Copied!
|
| UTF-16 |
00 34
Copied!
|
| UTF-32 |
00 00 00 34
Copied!
|
| URL-Quoted |
4
Copied!
|
| HTML hex reference |
4
Copied!
|
| RFC 5137 |
\u'0034'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u0034
Copied!
|
| C and C++ |
\u0034
Copied!
|
| C# |
\u0034
Copied!
|
| CSS |
\000034
Copied!
|
| Excel |
=UNICHAR(52)
Copied!
|
| Go |
\u0034
Copied!
|
| JavaScript |
\u0034
Copied!
|
| Modern JavaScript (since ES6) |
\u{0034}
Copied!
|
| JSON |
\u0034
Copied!
|
| Java |
\u0034
Copied!
|
| Lua |
\u{0034}
Copied!
|
| Matlab |
char(52)
Copied!
|
| Perl |
\x{0034}
Copied!
|
| PHP |
\u{0034}
Copied!
|
| PostgreSQL |
U&'\0034'
Copied!
|
| PowerShell |
`u{0034}
Copied!
|
| Python |
\u0034
Copied!
|
| Ruby |
\u{0034}
Copied!
|
| Rust |
\u{0034}
Copied!
|