Right Arrow with Small Circle

If you have ever needed a ⇴ Right Arrow with Small Circle Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⇴ Symbol to Clipboard

Right Arrow with Small Circle Codes

U+021F4

Unicode

⇴

Hex Code

⇴

HTML Code

\21F4

CSS Code

Right Arrow with Small Circle Code Examples

HTML Example

<span> &#8692; </span>

CSS Example

span {
   content: "\21F4";
}

Symbol Copied!