\

reverse solidus (U+005C)

Info · Code · Glyphs · Related · Chart · Encodings · Data · Tags · Comments

U+005C
· ·
Unicode Code Point
\
· ·
Character
reverse solidus
· ·
Name

`\ (Reverse Solidus, U+005C)` is a distinctive diagonal line sloping from the top-left to the bottom-right, commonly known as the "backslash." This character is indispensable in computing, primarily serving two major roles: as a directory separator in file paths for Windows and MS-DOS operating systems (e.g., `C:\Program Files\MyApp`), and as an escape character in numerous programming languages and regular expressions. In this latter role, it modifies the meaning of the following character, allowing for special sequences like `\n` for a newline or `\"` to include a literal quote. The Reverse Solidus was introduced to ASCII by Bob Bemer in the 1960s, initially for ALGOL 68 operators, with its subsequent adoption as a path separator by MS-DOS arising partly because the forward solidus (`/`) was already used for command-line options. Its visual opposition to the common forward slash makes it uniquely recognizable in its diverse digital applications.

Description

Code

C, JavaScript, JSON, Java · CSS · HTML (Decimal) · HTML (Hex) · Perl · Python · Ruby · URL Escape Sequence

\u005C
· ·
C, JavaScript, JSON, Java
\00005C
· ·
CSS
\
· ·
HTML Entity (Decimal)
\
· ·
HTML Entity (Hexadecimal)
\x{5C}
· ·
Perl
\u005C
· ·
Python
\u{5C}
· ·
Ruby
%5C
· ·
URL Escape Sequence

Encodings

0x5C
· ·
UTF-8 (hex)
01011100
· ·
UTF-8 (binary)
0x005C
· ·
UTF-16/UTF-16BE (hex)
0x5C00
· ·
UTF-16LE (hex)
0x0000005C
· ·
UTF-32/UTF-32BE (hex)
0x5C000000
· ·
UTF-32LE (hex)
\134
· ·
Octal Escape Sequence

Bidirectional Character Type

Other Neutral (ON)
· ·
Bidi Class
N
· ·
Bidi Mirrored

Unicode Data

age · AHex · Alpha · bc · Bidi_C · Bidi_M · blk · bpb · bpt · Cased · ccc · CE · cf · CI · Comp_Ex · cp · CWCF · CWCM · CWKCF · CWL · CWT · CWU · Dash · Dep · DI · Dia · dm · dt · ea · EBase · EComp · EMod · Emoji · EPres · Ext · ExtPict · FC_NFKC · gc · GCB · Gr_Base · Gr_Ext · Gr_Link · Hex · hst · Hyphen · ID_Compat_Math_Continue · ID_Compat_Math_Start · IDC · Ideo · IDS · IDSB · IDST · IDSU · InCB · InMC · InPC · InSC · jg · Join_C · jt · lb · lc · LOE · Lower · Math · MCM · na · na1 · NChar · NFC_QC · NFD_QC · NFKC_CF · NFKC_QC · NFKC_SCF · NFKD_QC · nt · nv · OAlpha · ODI · OGr_Ext · OIDC · OIDS · OLower · OMath · OUpper · Pat_Syn · Pat_WS · PCM · QMark · Radical · RI · SB · sc · scf · scx · SD · slc · stc · STerm · suc · tc · Term · uc · UIdeo · Upper · vo · VS · WB · WSpace · XIDC · XIDS · XO_NFC · XO_NFD · XO_NFKC · XO_NFKD

Tags

Comments