HTML Entity/Symbol⤃(RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE )

Copy this symbol

RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE

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

⤃
⤃
U+02903
\2903
⤃

HTML Examples

Using HTML Code value in HTML file

<span> &#10499; </span>

Using HTML Entity value in HTML file

<span> &nvrArr; </span>

CSS Example

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

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