Downwards Arrow With Tip Leftwards

Shortcodes

Copy and paste codes for Downwards Arrow With Tip Leftwards symbol ↲ to use in your websites, apps, blogs, and more.

Unicode
U+21B2
HTML Code
↲
HEX Code
↲
CSS Code
\21B2
JS/JSON
\u21B2
Unix/C/PHP/JAVA
0x21B2
URL-encode
%E2%86%B2
copied

Customize Downwards Arrow With Tip Leftwards Symbol

Customize ↲ symbol as you like and download Downwards Arrow With Tip Leftwards as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Downwards Arrow With Tip Leftwards symbol in HTML, CSS, and JS?

Insert ↲ Downwards Arrow With Tip Leftwards using HTML

1. Copy-paste Downwards Arrow With Tip Leftwards directly:
<span>↲</span>
2. HTML Decimal Code:
<span>&#8626;</span>
3. Hexadecimal Code:
<span>&#x21B2;</span>
Preview:

Add Downwards Arrow With Tip Leftwards symbol with CSS

.downwards-arrow-with-tip-leftwards::before {
    content: '\\21B2';
}
Preview: Downwards Arrow With Tip Leftwards

Downwards Arrow With Tip Leftwards JavaScript Code

1. Direct Symbol:
document.querySelector('.downwards-arrow-with-tip-leftwards').textContent = '↲';
2. Unicode Escape for ↲:
document.querySelector('.downwards-arrow-with-tip-leftwards').textContent = '\u21B2';
Preview: