HTML Entity/Symbol↮(LEFT RIGHT ARROW WITH STROKE )

Copy this symbol

LEFT RIGHT ARROW WITH STROKE

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

↮
↮
U+021AE
\21ae
↮

HTML Examples

Using HTML Code value in HTML file

<span> &#8622; </span>

Using HTML Entity value in HTML file

<span> &nharr; </span>

CSS Example

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

span { 
    content: "\21ae";
}
All HTML Symbols