HTML Entity/Symbol⇾(RIGHTWARDS OPEN-HEADED ARROW )

Copy this symbol

RIGHTWARDS OPEN-HEADED ARROW

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

⇾
⇾
U+021FE
\21fe
⇾

HTML Examples

Using HTML Code value in HTML file

<span> &#8702; </span>

Using HTML Entity value in HTML file

<span> &roarr; </span>

CSS Example

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

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