HTML Entity/Symbol↛(RIGHTWARDS ARROW WITH STROKE )

Copy this symbol

RIGHTWARDS ARROW WITH STROKE

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

↛
↛
U+0219B
\219b
↛

HTML Examples

Using HTML Code value in HTML file

<span> &#8603; </span>

Using HTML Entity value in HTML file

<span> &nrarr; </span>

CSS Example

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

span { 
    content: "\219b";
}
All HTML Symbols