HTML Entity/Symbol⇿(LEFT RIGHT OPEN-HEADED ARROW )

Copy this symbol

LEFT RIGHT OPEN-HEADED ARROW

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

⇿
⇿
U+021FF
\21ff
⇿

HTML Examples

Using HTML Code value in HTML file

<span> &#8703; </span>

Using HTML Entity value in HTML file

<span> &hoarr; </span>

CSS Example

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

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