HTML Entity/Symbol⋟(EQUAL TO OR SUCCEEDS )

Copy this symbol

EQUAL TO OR SUCCEEDS

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

⋟
⋟
U+022DF
\22df
⋟

HTML Examples

Using HTML Code value in HTML file

<span> &#8927; </span>

Using HTML Entity value in HTML file

<span> &cuesc; </span>

CSS Example

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

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