Basic Latin: Reverse Solidus

\
U+005C
\
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 5C
UTF-32LE
5C 00 00 00
UTF-16BE
00 5C
UTF-16LE
5C 00
UTF-8
5C

Character Escapes

HTML5
\
\
\
C
\u005C (C99)
\U00005C (C99)
\\
\x5C (encoding-dependent)
\134 (encoding-dependent)
??/ (until C23)
C++
\u{5C} (C++23)
\x{5C} (C++23, encoding-dependent)
\o{134} (C++23, encoding-dependent)
\\
\U0000005C
\u005C
\x5C (encoding-dependent)
\134 (encoding-dependent)
Java
\\
\u005C
JavaScript
\u{5C}
\u005C
\\
\x5C
CSS
\5C
\00005C
Quoted-Printable
=5C
URL
%5C