Black Curved Rightwards And Upwards Arrow

Shortcodes

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

Unicode
U+2BAD
HTML Code
⮭
HEX Code
⮭
CSS Code
\2BAD
JS/JSON
\u2BAD
Unix/C/PHP/JAVA
0x2BAD
URL-encode
%E2%AE%AD

Customize Black Curved Rightwards And Upwards Arrow

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

  

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

Insert in HTML

1. Direct symbol:
<span>⮭</span>
HTML Code:
<span>&#11181;</span>
HEX Code:
<span>&#x2BAD;</span>

Add with CSS

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

Set it in JavaScript

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

Related Arrow Symbols

View all Arrow Symbols
copied