HTML Entity/Symbol⦥(REVERSED ANGLE WITH UNDERBAR )

Copy this symbol

REVERSED ANGLE WITH UNDERBAR

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

⦥
⦥
U+029A5
\29a5
⦥

HTML Examples

Using HTML Code value in HTML file

<span> &#10661; </span>

Using HTML Entity value in HTML file

<span> &range; </span>

CSS Example

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

span { 
    content: "\29a5";
}
All HTML Symbols