HTML Entity/Symbol⤞(RIGHTWARDS ARROW TO BLACK DIAMOND )

Copy this symbol

RIGHTWARDS ARROW TO BLACK DIAMOND

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

⤞
⤞
U+0291E
\291e
⤞

HTML Examples

Using HTML Code value in HTML file

<span> &#10526; </span>

Using HTML Entity value in HTML file

<span> &rarrfs; </span>

CSS Example

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

span { 
    content: "\291e";
}
All HTML Symbols