If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF3B, officially named FULLWIDTH LEFT SQUARE 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 SQUARE 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º |
65339
Copied!
|
|---|---|
| UTF-8 |
EF BC BB
Copied!
|
| UTF-16 |
FF 3B
Copied!
|
| UTF-32 |
00 00 FF 3B
Copied!
|
| URL-Quoted |
%EF%BC%BB
Copied!
|
| HTML hex reference |
[
Copied!
|
| RFC 5137 |
\u'FF3B'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF3B
Copied!
|
| C and C++ |
\uff3b
Copied!
|
| C# |
\uff3b
Copied!
|
| CSS |
\00FF3B
Copied!
|
| Excel |
=UNICHAR(65339)
Copied!
|
| Go |
\uff3b
Copied!
|
| JavaScript |
\uFF3B
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff3b}
Copied!
|
| JSON |
\uFF3B
Copied!
|
| Java |
\uFF3B
Copied!
|
| Lua |
\u{FF3B}
Copied!
|
| Matlab |
char(65339)
Copied!
|
| Perl |
\x{FF3B}
Copied!
|
| PHP |
\u{ff3b}
Copied!
|
| PostgreSQL |
U&'\FF3B'
Copied!
|
| PowerShell |
`u{FF3B}
Copied!
|
| Python |
\uff3b
Copied!
|
| Ruby |
\u{ff3b}
Copied!
|
| Rust |
\u{ff3b}
Copied!
|