HTML Entity/Symbol⊾(RIGHT ANGLE WITH ARC )

Copy this symbol

RIGHT ANGLE WITH ARC

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

⊾
⊾
U+022BE
\22be
⊾

HTML Examples

Using HTML Code value in HTML file

<span> &#8894; </span>

Using HTML Entity value in HTML file

<span> &angrtvb; </span>

CSS Example

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

span { 
    content: "\22be";
}
All HTML Symbols