HTML Entity/Symbol\(REVERSE SOLIDUS )

\
Copy this symbol

REVERSE SOLIDUS

Click on any of the following code values to copy to clipboard.

\
\
U+0005C
\005c
\

HTML Examples

Using HTML Code value in HTML file

<span> &#92; </span>

Using HTML Entity value in HTML file

<span> &bsol; </span>

CSS Example

Using CSS content code of the HTML entity &bsol; to specify in a CSS file

span { 
    content: "\005c";
}
All HTML Symbols