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