Ribbon Arrow Up Right
⮳
Shortcodes
Copy useful codes for ribbon arrow up right symbol ⮳ to use in websites, apps, blogs, and docs.
Unicode
U+2BB3 HTML Code
⮳ HEX Code
⮳ CSS Code
\2BB3 JS/JSON
\u2BB3 Unix/C/PHP/JAVA
0x2BB3 URL-encode
%E2%AE%B3 Customize Ribbon Arrow Up Right
Customize ⮳, download it as SVG or PNG, or copy the generated HTML snippet.
⮳
How to use Ribbon Arrow Up Right Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⮳</span> HTML Code:
<span>⮳</span> HEX Code:
<span>⮳</span> Add with CSS
.ribbon-arrow-up-right::before {
content: '\\2BB3';
} Set it in JavaScript
document.querySelector('.ribbon-arrow-up-right').textContent = '⮳';