HTML Entity/Symbol∩(INTERSECTION )

Copy this symbol

INTERSECTION

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

∩
∩
U+02229
\2229
∩

HTML Examples

Using HTML Code value in HTML file

<span> &#8745; </span>

Using HTML Entity value in HTML file

<span> &cap; </span>

CSS Example

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

span { 
    content: "\2229";
}
All HTML Symbols