HTML Entity/Symbol⪻(DOUBLE PRECEDES )

Copy this symbol

DOUBLE PRECEDES

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

⪻
⪻
U+02ABB
\2abb
⪻

HTML Examples

Using HTML Code value in HTML file

<span> &#10939; </span>

Using HTML Entity value in HTML file

<span> &Pr; </span>

CSS Example

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

span { 
    content: "\2abb";
}
All HTML Symbols