HTML Entity/Symbol↿(UPWARDS HARPOON WITH BARB LEFTWARDS )

Copy this symbol

UPWARDS HARPOON WITH BARB LEFTWARDS

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

↿
↿
U+021BF
\21bf
↿

HTML Examples

Using HTML Code value in HTML file

<span> &#8639; </span>

Using HTML Entity value in HTML file

<span> &LeftUpVector; </span>

CSS Example

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

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