Ribbon Arrow Down Right

Shortcodes

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

Unicode
U+2BB1
HTML Code
⮱
HEX Code
⮱
CSS Code
\2BB1
JS/JSON
\u2BB1
Unix/C/PHP/JAVA
0x2BB1
URL-encode
%E2%AE%B1

Customize Ribbon Arrow Down Right

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

  

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

Insert in HTML

1. Direct symbol:
<span>⮱</span>
HTML Code:
<span>&#11185;</span>
HEX Code:
<span>&#x2BB1;</span>

Add with CSS

.ribbon-arrow-down-right::before {
  content: '\\2BB1';
}

Set it in JavaScript

document.querySelector('.ribbon-arrow-down-right').textContent = '⮱';

Related Arrow Symbols

View all Arrow Symbols
copied