HTML Entity/Symbol⊺(INTERCALATE )

Copy this symbol

INTERCALATE

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

⊺
⊺
U+022BA
\22ba
⊺

HTML Examples

Using HTML Code value in HTML file

<span> &#8890; </span>

Using HTML Entity value in HTML file

<span> &intcal; </span>

CSS Example

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

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