If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF3C, officially named FULLWIDTH REVERSE SOLIDUS, 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 BACKSLASH.
Categorized technically as a Other 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 not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65340
Copied!
|
|---|---|
| UTF-8 |
EF BC BC
Copied!
|
| UTF-16 |
FF 3C
Copied!
|
| UTF-32 |
00 00 FF 3C
Copied!
|
| URL-Quoted |
%EF%BC%BC
Copied!
|
| HTML hex reference |
\
Copied!
|
| RFC 5137 |
\u'FF3C'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF3C
Copied!
|
| C and C++ |
\uff3c
Copied!
|
| C# |
\uff3c
Copied!
|
| CSS |
\00FF3C
Copied!
|
| Excel |
=UNICHAR(65340)
Copied!
|
| Go |
\uff3c
Copied!
|
| JavaScript |
\uFF3C
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff3c}
Copied!
|
| JSON |
\uFF3C
Copied!
|
| Java |
\uFF3C
Copied!
|
| Lua |
\u{FF3C}
Copied!
|
| Matlab |
char(65340)
Copied!
|
| Perl |
\x{FF3C}
Copied!
|
| PHP |
\u{ff3c}
Copied!
|
| PostgreSQL |
U&'\FF3C'
Copied!
|
| PowerShell |
`u{FF3C}
Copied!
|
| Python |
\uff3c
Copied!
|
| Ruby |
\u{ff3c}
Copied!
|
| Rust |
\u{ff3c}
Copied!
|