Black Curved Leftwards And Upwards Arrow
⮬
Shortcodes
Copy useful codes for black curved leftwards and upwards arrow symbol ⮬ to use in websites, apps, blogs, and docs.
Unicode
U+2BAC HTML Code
⮬ HEX Code
⮬ CSS Code
\2BAC JS/JSON
\u2BAC Unix/C/PHP/JAVA
0x2BAC URL-encode
%E2%AE%AC Customize Black Curved Leftwards And Upwards Arrow
Customize ⮬, download it as SVG or PNG, or copy the generated HTML snippet.
⮬
How to use Black Curved Leftwards And Upwards Arrow 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
.black-curved-leftwards-and-upwards-arrow::before {
content: '\\2BAC';
} Set it in JavaScript
document.querySelector('.black-curved-leftwards-and-upwards-arrow').textContent = '⮬';