HTML Entity/Symbol↽(LEFTWARDS HARPOON WITH BARB DOWNWARDS )

Copy this symbol

LEFTWARDS HARPOON WITH BARB DOWNWARDS

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

↽
↽
U+021BD
\21bd
↽

HTML Examples

Using HTML Code value in HTML file

<span> &#8637; </span>

Using HTML Entity value in HTML file

<span> &DownLeftVector; </span>

CSS Example

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

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