HTML Entity/Symbol∖(SET MINUS )

Copy this symbol

SET MINUS

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

∖
∖
U+02216
\2216
∖

HTML Examples

Using HTML Code value in HTML file

<span> &#8726; </span>

Using HTML Entity value in HTML file

<span> &Backslash; </span>

CSS Example

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

span { 
    content: "\2216";
}
All HTML Symbols