N-Ary Intersection

If you have ever needed a ⋂ N-Ary Intersection Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⋂ Symbol to Clipboard

N-Ary Intersection Codes

U+022C2

Unicode

⋂

Hex Code

⋂

HTML Code

⋂

HTML Entity

\22C2

CSS Code

N-Ary Intersection Code Examples

HTML Example

<span> &#8898; </span>

CSS Example

span {
   content: "\22C2";
}

Symbol Copied!