Short Backslanted South Arrow

Shortcodes

Copy and paste codes for Short Backslanted South Arrow symbol ⭏ to use in your websites, apps, blogs, and more.

Unicode
U+2B4F
HTML Code
⭏
HEX Code
⭏
CSS Code
\2B4F
JS/JSON
\u2B4F
Unix/C/PHP/JAVA
0x2B4F
URL-encode
%E2%AD%8F
copied

Customize Short Backslanted South Arrow Symbol

Customize ⭏ symbol as you like and download Short Backslanted South 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 Backslanted South Arrow symbol in HTML, CSS, and JS?

Insert ⭏ Short Backslanted South Arrow using HTML

1. Copy-paste Short Backslanted South Arrow directly:
<span>⭏</span>
2. HTML Decimal Code:
<span>&#11087;</span>
3. Hexadecimal Code:
<span>&#x2B4F;</span>
Preview:

Add Short Backslanted South Arrow symbol with CSS

.short-backslanted-south-arrow::before {
    content: '\\2B4F';
}
Preview: Short Backslanted South Arrow

Short Backslanted South Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.short-backslanted-south-arrow').textContent = '⭏';
2. Unicode Escape for ⭏:
document.querySelector('.short-backslanted-south-arrow').textContent = '\u2B4F';
Preview: