HTML Entity/Symbol⤝(LEFTWARDS ARROW TO BLACK DIAMOND )

Copy this symbol

LEFTWARDS ARROW TO BLACK DIAMOND

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

⤝
⤝
U+0291D
\291d
⤝

HTML Examples

Using HTML Code value in HTML file

<span> &#10525; </span>

Using HTML Entity value in HTML file

<span> &larrfs; </span>

CSS Example

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

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