Ribbon Arrow Down Left

Shortcodes

Copy useful codes for ribbon arrow down left symbol ⮰ to use in websites, apps, blogs, and docs.

Unicode
U+2BB0
HTML Code
⮰
HEX Code
⮰
CSS Code
\2BB0
JS/JSON
\u2BB0
Unix/C/PHP/JAVA
0x2BB0
URL-encode
%E2%AE%B0

Customize Ribbon Arrow Down Left

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

  

How to use Ribbon Arrow Down Left Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⮰</span>
HTML Code:
<span>&#11184;</span>
HEX Code:
<span>&#x2BB0;</span>

Add with CSS

.ribbon-arrow-down-left::before {
  content: '\\2BB0';
}

Set it in JavaScript

document.querySelector('.ribbon-arrow-down-left').textContent = '⮰';

Related Arrow Symbols

View all Arrow Symbols
copied