HTML Entity/Symbol↶(ANTICLOCKWISE TOP SEMICIRCLE ARROW )

Copy this symbol

ANTICLOCKWISE TOP SEMICIRCLE ARROW

Click on any of the following code values to copy to clipboard.

↶
↶
U+021B6
\21b6
↶

HTML Examples

Using HTML Code value in HTML file

<span> &#8630; </span>

Using HTML Entity value in HTML file

<span> &cularr; </span>

CSS Example

Using CSS content code of the HTML entity &cularr; to specify in a CSS file

span { 
    content: "\21b6";
}
All HTML Symbols