HTML Entity/Symbol⤄(LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE )

Copy this symbol

LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE

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

⤄
⤄
U+02904
\2904
⤄

HTML Examples

Using HTML Code value in HTML file

<span> &#10500; </span>

Using HTML Entity value in HTML file

<span> &nvHarr; </span>

CSS Example

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

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