Black Curved Upwards And Rightwards Arrow

Shortcodes

Copy useful codes for black curved upwards and rightwards arrow symbol ⮫ to use in websites, apps, blogs, and docs.

Unicode
U+2BAB
HTML Code
⮫
HEX Code
⮫
CSS Code
\2BAB
JS/JSON
\u2BAB
Unix/C/PHP/JAVA
0x2BAB
URL-encode
%E2%AE%AB

Customize Black Curved Upwards And Rightwards Arrow

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

  

How to use Black Curved Upwards And Rightwards Arrow Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⮫</span>
HTML Code:
<span>&#11179;</span>
HEX Code:
<span>&#x2BAB;</span>

Add with CSS

.black-curved-upwards-and-rightwards-arrow::before {
  content: '\\2BAB';
}

Set it in JavaScript

document.querySelector('.black-curved-upwards-and-rightwards-arrow').textContent = '⮫';

Related Arrow Symbols

View all Arrow Symbols
copied