If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+33FF, officially named SQUARE GAL, was introduced in Unicode version 4.0. It is part of the CJK Compat block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has wide in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral 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º |
13311
Copied!
|
|---|---|
| UTF-8 |
E3 8F BF
Copied!
|
| UTF-16 |
33 FF
Copied!
|
| UTF-32 |
00 00 33 FF
Copied!
|
| URL-Quoted |
%E3%8F%BF
Copied!
|
| HTML hex reference |
㏿
Copied!
|
| RFC 5137 |
\u'33FF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u33FF
Copied!
|
| C and C++ |
\u33ff
Copied!
|
| C# |
\u33ff
Copied!
|
| CSS |
\0033FF
Copied!
|
| Excel |
=UNICHAR(13311)
Copied!
|
| Go |
\u33ff
Copied!
|
| JavaScript |
\u33FF
Copied!
|
| Modern JavaScript (since ES6) |
\u{33ff}
Copied!
|
| JSON |
\u33FF
Copied!
|
| Java |
\u33FF
Copied!
|
| Lua |
\u{33FF}
Copied!
|
| Matlab |
char(13311)
Copied!
|
| Perl |
\x{33FF}
Copied!
|
| PHP |
\u{33ff}
Copied!
|
| PostgreSQL |
U&'\33FF'
Copied!
|
| PowerShell |
`u{33FF}
Copied!
|
| Python |
\u33ff
Copied!
|
| Ruby |
\u{33ff}
Copied!
|
| Rust |
\u{33ff}
Copied!
|