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