HTML Entity/Symbol↲(DOWNWARDS ARROW WITH TIP LEFTWARDS )

Copy this symbol

DOWNWARDS ARROW WITH TIP LEFTWARDS

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

↲
↲
U+021B2
\21b2
↲

HTML Examples

Using HTML Code value in HTML file

<span> &#8626; </span>

Using HTML Entity value in HTML file

<span> &ldsh; </span>

CSS Example

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

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