HTML Entity/Symbol∟(RIGHT ANGLE )

Copy this symbol

RIGHT ANGLE

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

∟
∟
U+0221F
\221f
∟

HTML Examples

Using HTML Code value in HTML file

<span> &#8735; </span>

Using HTML Entity value in HTML file

<span> &angrt; </span>

CSS Example

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

span { 
    content: "\221f";
}
All HTML Symbols