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

Copy this symbol

RIGHTWARDS HARPOON WITH BARB DOWNWARDS

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

⇁
⇁
U+021C1
\21c1
⇁

HTML Examples

Using HTML Code value in HTML file

<span> &#8641; </span>

Using HTML Entity value in HTML file

<span> &DownRightVector; </span>

CSS Example

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

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