HTML Entity/Symbol↾(UPWARDS HARPOON WITH BARB RIGHTWARDS )

Copy this symbol

UPWARDS HARPOON WITH BARB RIGHTWARDS

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

↾
↾
U+021BE
\21be
↾

HTML Examples

Using HTML Code value in HTML file

<span> &#8638; </span>

Using HTML Entity value in HTML file

<span> &RightUpVector; </span>

CSS Example

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

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