\

Technical information

Symbol\
NameReverse solidus
Unicode numberU+005C
CategoryASCII Table6. ASCII punctuation and symbols
DescriptionThe Unicode character \, or U+005C, is known as the "Reverse Solidus", more commonly referred to as a "Backslash". It is part of the "Basic Latin" block, which is the standard ASCII set of characters used in English and many other languages. This character falls under the "Punctuation, Other" category. Visually, it is represented as a slash that leans backwards, from upper-right to lower-left. The Backslash has various uses, particularly in computing contexts. For example, it is used as an escape character in many programming languages, and in file paths for certain operating systems, notably Microsoft Windows. As with other characters, the specific usage of the Reverse Solidus can depend on its context.

Encoding

HTML Entity\
HTML Entity (hex)\
HTML Entity (named)\
URL Escape Code%5C
UTF-8 (hex)0x5C
UTF-8 (binary)01011100
UTF-160x005C
UTF-320x0000005C

Source Code

C, C++, and Java"\u005C"
CSS Code\005C
JavaScript"\u005C"
Perl\x{005C}
Python 2u"\u005C"
Python 3\u005C
Ruby\u{005C}

Preview

This Unicode character looks like this \ in sentence and in bold like this \ and in italic like this \.

Font size:

\
12px
\
16px
\
20px
\
28px
\
36px
\
48px
\
72px

CSS Property: font-weight

\
100
\
200
\
300
\
400
\
500
\
600
\
700
\
800
\
900

HTML Forms and Input

input
disabled input
\
input-group
select
button
button

Code examples in HTML and CSS

<span>&#92;</span>

            
span {
    content: "\005C";
}

The symbol in different fonts

\
-apple-system
\
Apple Color Emoji
\
Arial
\
BlinkMacSystemFont
\
Courier New
\
Georgia
\
Droid Sans
\
Helvetica
\
Noto Sans
\
Oxygen
\
Roboto
\
"Segoe UI"
\
sans-serif
\
Segoe UI Emoji
\
Segoe UI Symbol
\
system-ui
\
Times New Roman
\
Ubuntu
\
Verdana

References