Upwards White Arrow From Bar With Horizontal Bar

Shortcodes

Copy and paste codes for Upwards White Arrow From Bar With Horizontal Bar symbol ⮸ to use in your websites, apps, blogs, and more.

Unicode
U+2BB8
HTML Code
⮸
HEX Code
⮸
CSS Code
\2BB8
JS/JSON
\u2BB8
Unix/C/PHP/JAVA
0x2BB8
URL-encode
%E2%AE%B8
copied

Customize Upwards White Arrow From Bar With Horizontal Bar Symbol

Customize ⮸ symbol as you like and download Upwards White Arrow From Bar With Horizontal Bar 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 Upwards White Arrow From Bar With Horizontal Bar symbol in HTML, CSS, and JS?

Insert ⮸ Upwards White Arrow From Bar With Horizontal Bar using HTML

1. Copy-paste Upwards White Arrow From Bar With Horizontal Bar directly:
<span>⮸</span>
2. HTML Decimal Code:
<span>&#11192;</span>
3. Hexadecimal Code:
<span>&#x2BB8;</span>
Preview:

Add Upwards White Arrow From Bar With Horizontal Bar symbol with CSS

.upwards-white-arrow-from-bar-with-horizontal-bar::before {
    content: '\\2BB8';
}
Preview: Upwards White Arrow From Bar With Horizontal Bar

Upwards White Arrow From Bar With Horizontal Bar JavaScript Code

1. Direct Symbol:
document.querySelector('.upwards-white-arrow-from-bar-with-horizontal-bar').textContent = '⮸';
2. Unicode Escape for ⮸:
document.querySelector('.upwards-white-arrow-from-bar-with-horizontal-bar').textContent = '\u2BB8';
Preview: