HTML Entity/Symbol⦒(RIGHT ANGLE BRACKET WITH DOT )

Copy this symbol

RIGHT ANGLE BRACKET WITH DOT

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

⦒
⦒
U+02992
\2992
⦒

HTML Examples

Using HTML Code value in HTML file

<span> &#10642; </span>

Using HTML Entity value in HTML file

<span> &rangd; </span>

CSS Example

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

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