Short Bent Arrow Pointing Downwards Then North East

Shortcodes

Copy useful codes for short bent arrow pointing downwards then north east symbol ⭟ to use in websites, apps, blogs, and docs.

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

Customize Short Bent Arrow Pointing Downwards Then North East

Customize ⭟, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Short Bent Arrow Pointing Downwards Then North East Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⭟</span>
HTML Code:
<span>&#11103;</span>
HEX Code:
<span>&#x2B5F;</span>

Add with CSS

.short-bent-arrow-pointing-downwards-then-north-east::before {
  content: '\\2B5F';
}

Set it in JavaScript

document.querySelector('.short-bent-arrow-pointing-downwards-then-north-east').textContent = '⭟';
copied