HTML Entity/Symbol≻(SUCCEEDS )

Copy this symbol

SUCCEEDS

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

≻
≻
U+0227B
\227b
≻

HTML Examples

Using HTML Code value in HTML file

<span> &#8827; </span>

Using HTML Entity value in HTML file

<span> &sc; </span>

CSS Example

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

span { 
    content: "\227b";
}
All HTML Symbols