Black Curved Rightwards And Upwards Arrow

Shortcodes

Copy and paste codes for Black Curved Rightwards And Upwards Arrow symbol ⮭ to use in your websites, apps, blogs, and more.

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

Customize Black Curved Rightwards And Upwards Arrow Symbol

Customize ⮭ symbol as you like and download Black Curved Rightwards And Upwards Arrow as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Black Curved Rightwards And Upwards Arrow symbol in HTML, CSS, and JS?

Insert ⮭ Black Curved Rightwards And Upwards Arrow using HTML

1. Copy-paste Black Curved Rightwards And Upwards Arrow directly:
<span>⮭</span>
2. HTML Decimal Code:
<span>&#11181;</span>
3. Hexadecimal Code:
<span>&#x2BAD;</span>
Preview:

Add Black Curved Rightwards And Upwards Arrow symbol with CSS

.black-curved-rightwards-and-upwards-arrow::before {
    content: '\\2BAD';
}
Preview: Black Curved Rightwards And Upwards Arrow

Black Curved Rightwards And Upwards Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.black-curved-rightwards-and-upwards-arrow').textContent = '⮭';
2. Unicode Escape for ⮭:
document.querySelector('.black-curved-rightwards-and-upwards-arrow').textContent = '\u2BAD';
Preview: