Rightwards Arrow With Tip Upwards

Shortcodes

Copy and paste codes for Rightwards Arrow With Tip Upwards symbol ⬏ to use in your websites, apps, blogs, and more.

Unicode
U+2B0F
HTML Code
⬏
HEX Code
⬏
CSS Code
\2B0F
JS/JSON
\u2B0F
Unix/C/PHP/JAVA
0x2B0F
URL-encode
%E2%AC%8F
copied

Customize Rightwards Arrow With Tip Upwards Symbol

Customize ⬏ symbol as you like and download Rightwards Arrow With Tip Upwards 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 Rightwards Arrow With Tip Upwards symbol in HTML, CSS, and JS?

Insert ⬏ Rightwards Arrow With Tip Upwards using HTML

1. Copy-paste Rightwards Arrow With Tip Upwards directly:
<span>⬏</span>
2. HTML Decimal Code:
<span>&#11023;</span>
3. Hexadecimal Code:
<span>&#x2B0F;</span>
Preview:

Add Rightwards Arrow With Tip Upwards symbol with CSS

.rightwards-arrow-with-tip-upwards::before {
    content: '\\2B0F';
}
Preview: Rightwards Arrow With Tip Upwards

Rightwards Arrow With Tip Upwards JavaScript Code

1. Direct Symbol:
document.querySelector('.rightwards-arrow-with-tip-upwards').textContent = '⬏';
2. Unicode Escape for ⬏:
document.querySelector('.rightwards-arrow-with-tip-upwards').textContent = '\u2B0F';
Preview: