HTML Entity/Symbol↷(CLOCKWISE TOP SEMICIRCLE ARROW )

Copy this symbol

CLOCKWISE TOP SEMICIRCLE ARROW

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

↷
↷
U+021B7
\21b7
↷

HTML Examples

Using HTML Code value in HTML file

<span> &#8631; </span>

Using HTML Entity value in HTML file

<span> &curarr; </span>

CSS Example

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

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