Clockwise Top Semicircle Arrow

Shortcodes

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

Unicode
U+21B7
HTML Code
↷
HEX Code
↷
CSS Code
\21B7
JS/JSON
\u21B7
Unix/C/PHP/JAVA
0x21B7
URL-encode
%E2%86%B7
copied

Customize Clockwise Top Semicircle Arrow Symbol

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

Insert ↷ Clockwise Top Semicircle Arrow using HTML

1. Copy-paste Clockwise Top Semicircle Arrow directly:
<span>↷</span>
2. HTML Decimal Code:
<span>&#8631;</span>
3. Hexadecimal Code:
<span>&#x21B7;</span>
Preview:

Add Clockwise Top Semicircle Arrow symbol with CSS

.clockwise-top-semicircle-arrow::before {
    content: '\\21B7';
}
Preview: Clockwise Top Semicircle Arrow

Clockwise Top Semicircle Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.clockwise-top-semicircle-arrow').textContent = '↷';
2. Unicode Escape for ↷:
document.querySelector('.clockwise-top-semicircle-arrow').textContent = '\u21B7';
Preview: