HTML Entity/Symbol⊨(TRUE )

Copy this symbol

TRUE

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

⊨
⊨
U+022A8
\22a8
⊨

HTML Examples

Using HTML Code value in HTML file

<span> &#8872; </span>

Using HTML Entity value in HTML file

<span> &DoubleRightTee; </span>

CSS Example

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

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