If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+28FF, officially named BRAILLE PATTERN DOTS-12345678, was introduced in Unicode version 3.0. It is part of the Braille block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Symbol, this character typically falls under the Brai 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 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º |
10495
Copied!
|
|---|---|
| UTF-8 |
E2 A3 BF
Copied!
|
| UTF-16 |
28 FF
Copied!
|
| UTF-32 |
00 00 28 FF
Copied!
|
| URL-Quoted |
%E2%A3%BF
Copied!
|
| HTML hex reference |
⣿
Copied!
|
| RFC 5137 |
\u'28FF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u28FF
Copied!
|
| C and C++ |
\u28ff
Copied!
|
| C# |
\u28ff
Copied!
|
| CSS |
\0028FF
Copied!
|
| Excel |
=UNICHAR(10495)
Copied!
|
| Go |
\u28ff
Copied!
|
| JavaScript |
\u28FF
Copied!
|
| Modern JavaScript (since ES6) |
\u{28ff}
Copied!
|
| JSON |
\u28FF
Copied!
|
| Java |
\u28FF
Copied!
|
| Lua |
\u{28FF}
Copied!
|
| Matlab |
char(10495)
Copied!
|
| Perl |
\x{28FF}
Copied!
|
| PHP |
\u{28ff}
Copied!
|
| PostgreSQL |
U&'\28FF'
Copied!
|
| PowerShell |
`u{28FF}
Copied!
|
| Python |
\u28ff
Copied!
|
| Ruby |
\u{28ff}
Copied!
|
| Rust |
\u{28ff}
Copied!
|