Four Corner Arrows Circling Anticlockwise
⮔
Shortcodes
Copy useful codes for four corner arrows circling anticlockwise symbol ⮔ to use in websites, apps, blogs, and docs.
Unicode
U+2B94 HTML Code
⮔ HEX Code
⮔ CSS Code
\2B94 JS/JSON
\u2B94 Unix/C/PHP/JAVA
0x2B94 URL-encode
%E2%AE%94 Customize Four Corner Arrows Circling Anticlockwise
Customize ⮔, download it as SVG or PNG, or copy the generated HTML snippet.
⮔
How to use Four Corner Arrows Circling Anticlockwise 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
.four-corner-arrows-circling-anticlockwise::before {
content: '\\2B94';
} Set it in JavaScript
document.querySelector('.four-corner-arrows-circling-anticlockwise').textContent = '⮔';