Anticlockwise Top Semicircle Arrow

Shortcodes

Copy and paste codes for Anticlockwise Top Semicircle Arrow symbol ↶ to use in your websites, apps, blogs, and more.

Unicode
U+21B6
HTML Code
↶
HEX Code
↶
CSS Code
\21B6
JS/JSON
\u21B6
Unix/C/PHP/JAVA
0x21B6
URL-encode
%E2%86%B6
copied

Customize Anticlockwise Top Semicircle Arrow Symbol

Customize ↶ symbol as you like and download Anticlockwise Top Semicircle 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 Anticlockwise Top Semicircle Arrow symbol in HTML, CSS, and JS?

Insert ↶ Anticlockwise Top Semicircle Arrow using HTML

1. Copy-paste Anticlockwise Top Semicircle Arrow directly:
<span>↶</span>
2. HTML Decimal Code:
<span>&#8630;</span>
3. Hexadecimal Code:
<span>&#x21B6;</span>
Preview:

Add Anticlockwise Top Semicircle Arrow symbol with CSS

.anticlockwise-top-semicircle-arrow::before {
    content: '\\21B6';
}
Preview: Anticlockwise Top Semicircle Arrow

Anticlockwise Top Semicircle Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.anticlockwise-top-semicircle-arrow').textContent = '↶';
2. Unicode Escape for ↶:
document.querySelector('.anticlockwise-top-semicircle-arrow').textContent = '\u21B6';
Preview: