HTML Entity/Symbol≾(PRECEDES OR EQUIVALENT TO )

Copy this symbol

PRECEDES OR EQUIVALENT TO

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

≾
≾
U+0227E
\227e
≾

HTML Examples

Using HTML Code value in HTML file

<span> &#8830; </span>

Using HTML Entity value in HTML file

<span> &PrecedesTilde; </span>

CSS Example

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

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