HTML Entity/Symbol⧣(EQUALS SIGN AND SLANTED PARALLEL )

Copy this symbol

EQUALS SIGN AND SLANTED PARALLEL

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

⧣
⧣
U+029E3
\29e3
⧣

HTML Examples

Using HTML Code value in HTML file

<span> &#10723; </span>

Using HTML Entity value in HTML file

<span> &eparsl; </span>

CSS Example

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

span { 
    content: "\29e3";
}
All HTML Symbols