HTML Entity/Symbol↰(UPWARDS ARROW WITH TIP LEFTWARDS )

Copy this symbol

UPWARDS ARROW WITH TIP LEFTWARDS

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

↰
↰
U+021B0
\21b0
↰

HTML Examples

Using HTML Code value in HTML file

<span> &#8624; </span>

Using HTML Entity value in HTML file

<span> &Lsh; </span>

CSS Example

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

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