If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF5B, officially named FULLWIDTH LEFT CURLY BRACKET, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH OPENING CURLY BRACKET.
Categorized technically as a Open Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65371
Copied!
|
|---|---|
| UTF-8 |
EF BD 9B
Copied!
|
| UTF-16 |
FF 5B
Copied!
|
| UTF-32 |
00 00 FF 5B
Copied!
|
| URL-Quoted |
%EF%BD%9B
Copied!
|
| HTML hex reference |
{
Copied!
|
| RFC 5137 |
\u'FF5B'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF5B
Copied!
|
| C and C++ |
\uff5b
Copied!
|
| C# |
\uff5b
Copied!
|
| CSS |
\00FF5B
Copied!
|
| Excel |
=UNICHAR(65371)
Copied!
|
| Go |
\uff5b
Copied!
|
| JavaScript |
\uFF5B
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff5b}
Copied!
|
| JSON |
\uFF5B
Copied!
|
| Java |
\uFF5B
Copied!
|
| Lua |
\u{FF5B}
Copied!
|
| Matlab |
char(65371)
Copied!
|
| Perl |
\x{FF5B}
Copied!
|
| PHP |
\u{ff5b}
Copied!
|
| PostgreSQL |
U&'\FF5B'
Copied!
|
| PowerShell |
`u{FF5B}
Copied!
|
| Python |
\uff5b
Copied!
|
| Ruby |
\u{ff5b}
Copied!
|
| Rust |
\u{ff5b}
Copied!
|