Short Bent Arrow Pointing Downwards Then North East

Shortcodes

Copy and paste codes for Short Bent Arrow Pointing Downwards Then North East symbol ⭟ to use in your websites, apps, blogs, and more.

Unicode
U+2B5F
HTML Code
⭟
HEX Code
⭟
CSS Code
\2B5F
JS/JSON
\u2B5F
Unix/C/PHP/JAVA
0x2B5F
URL-encode
%E2%AD%9F
copied

Customize Short Bent Arrow Pointing Downwards Then North East Symbol

Customize ⭟ symbol as you like and download Short Bent Arrow Pointing Downwards Then North East 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 Bent Arrow Pointing Downwards Then North East symbol in HTML, CSS, and JS?

Insert ⭟ Short Bent Arrow Pointing Downwards Then North East using HTML

1. Copy-paste Short Bent Arrow Pointing Downwards Then North East directly:
<span>⭟</span>
2. HTML Decimal Code:
<span>&#11103;</span>
3. Hexadecimal Code:
<span>&#x2B5F;</span>
Preview:

Add Short Bent Arrow Pointing Downwards Then North East symbol with CSS

.short-bent-arrow-pointing-downwards-then-north-east::before {
    content: '\\2B5F';
}
Preview: Short Bent Arrow Pointing Downwards Then North East

Short Bent Arrow Pointing Downwards Then North East JavaScript Code

1. Direct Symbol:
document.querySelector('.short-bent-arrow-pointing-downwards-then-north-east').textContent = '⭟';
2. Unicode Escape for ⭟:
document.querySelector('.short-bent-arrow-pointing-downwards-then-north-east').textContent = '\u2B5F';
Preview: