Short Slanted North Arrow

Shortcodes

Copy and paste codes for Short Slanted North Arrow symbol ⭎ to use in your websites, apps, blogs, and more.

Unicode
U+2B4E
HTML Code
⭎
HEX Code
⭎
CSS Code
\2B4E
JS/JSON
\u2B4E
Unix/C/PHP/JAVA
0x2B4E
URL-encode
%E2%AD%8E
copied

Customize Short Slanted North Arrow Symbol

Customize ⭎ symbol as you like and download Short Slanted North Arrow 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 Short Slanted North Arrow symbol in HTML, CSS, and JS?

Insert ⭎ Short Slanted North Arrow using HTML

1. Copy-paste Short Slanted North Arrow directly:
<span>⭎</span>
2. HTML Decimal Code:
<span>&#11086;</span>
3. Hexadecimal Code:
<span>&#x2B4E;</span>
Preview:

Add Short Slanted North Arrow symbol with CSS

.short-slanted-north-arrow::before {
    content: '\\2B4E';
}
Preview: Short Slanted North Arrow

Short Slanted North Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.short-slanted-north-arrow').textContent = '⭎';
2. Unicode Escape for ⭎:
document.querySelector('.short-slanted-north-arrow').textContent = '\u2B4E';
Preview: