HTML Entity/Symbol⇂(DOWNWARDS HARPOON WITH BARB RIGHTWARDS )

Copy this symbol

DOWNWARDS HARPOON WITH BARB RIGHTWARDS

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

⇂
⇂
U+021C2
\21c2
⇂

HTML Examples

Using HTML Code value in HTML file

<span> &#8642; </span>

Using HTML Entity value in HTML file

<span> &dharr; </span>

CSS Example

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

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