HTML Entity/Symbol↱(UPWARDS ARROW WITH TIP RIGHTWARDS )

Copy this symbol

UPWARDS ARROW WITH TIP RIGHTWARDS

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

↱
↱
U+021B1
\21b1
↱

HTML Examples

Using HTML Code value in HTML file

<span> &#8625; </span>

Using HTML Entity value in HTML file

<span> &Rsh; </span>

CSS Example

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

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