HTML Entity/Symbol⤹(LEFT-SIDE ARC ANTICLOCKWISE ARROW )

Copy this symbol

LEFT-SIDE ARC ANTICLOCKWISE ARROW

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

⤹
⤹
U+02939
\2939
⤹

HTML Examples

Using HTML Code value in HTML file

<span> &#10553; </span>

Using HTML Entity value in HTML file

<span> &larrpl; </span>

CSS Example

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

span { 
    content: "\2939";
}
All HTML Symbols