If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+005C, officially named REVERSE SOLIDUS, was introduced in Unicode version 1.1. It is part of the ASCII block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as 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 not a composition and has narrow 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º |
92
Copied!
|
|---|---|
| UTF-8 |
5C
Copied!
|
| UTF-16 |
00 5C
Copied!
|
| UTF-32 |
00 00 00 5C
Copied!
|
| URL-Quoted |
%5C
Copied!
|
| HTML hex reference |
\
Copied!
|
| RFC 5137 |
\u'005C'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u005C
Copied!
|
| C and C++ |
\u005c
Copied!
|
| C# |
\u005c
Copied!
|
| CSS |
\00005C
Copied!
|
| Excel |
=UNICHAR(92)
Copied!
|
| Go |
\u005c
Copied!
|
| JavaScript |
\u005C
Copied!
|
| Modern JavaScript (since ES6) |
\u{005c}
Copied!
|
| JSON |
\u005C
Copied!
|
| Java |
\u005C
Copied!
|
| Lua |
\u{005C}
Copied!
|
| Matlab |
char(92)
Copied!
|
| Perl |
\x{005C}
Copied!
|
| PHP |
\u{005c}
Copied!
|
| PostgreSQL |
U&'\005C'
Copied!
|
| PowerShell |
`u{005C}
Copied!
|
| Python |
\u005c
Copied!
|
| Ruby |
\u{005c}
Copied!
|
| Rust |
\u{005c}
Copied!
|