HTML Entity/Symbol⋂(N-ARY INTERSECTION )

Copy this symbol

N-ARY INTERSECTION

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

⋂
⋂
U+022C2
\22c2
⋂

HTML Examples

Using HTML Code value in HTML file

<span> &#8898; </span>

Using HTML Entity value in HTML file

<span> &bigcap; </span>

CSS Example

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

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