HTML Entity/Symbol↻(CLOCKWISE OPEN CIRCLE ARROW )

Copy this symbol

CLOCKWISE OPEN CIRCLE ARROW

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

↻
↻
U+021BB
\21bb
↻

HTML Examples

Using HTML Code value in HTML file

<span> &#8635; </span>

Using HTML Entity value in HTML file

<span> &circlearrowright; </span>

CSS Example

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

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