Intersection

If you have ever needed a ∩ 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

Intersection Codes

U+02229

Unicode

∩

Hex Code

∩

HTML Code

∩

HTML Entity

\2229

CSS Code

Intersection Code Examples

HTML Example

<span> &#8745; </span>

CSS Example

span {
   content: "\2229";
}

Symbol Copied!