Bent Arrow Pointing Downwards Then North East

Shortcodes

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

Unicode
U+2B5E
HTML Code
⭞
HEX Code
⭞
CSS Code
\2B5E
JS/JSON
\u2B5E
Unix/C/PHP/JAVA
0x2B5E
URL-encode
%E2%AD%9E
copied

Customize Bent Arrow Pointing Downwards Then North East Symbol

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

Insert ⭞ Bent Arrow Pointing Downwards Then North East using HTML

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

Add Bent Arrow Pointing Downwards Then North East symbol with CSS

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

Bent Arrow Pointing Downwards Then North East JavaScript Code

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