∪ means union operation and∩ means intersection operation.
A∩B represents a set composed of common elements in A and B (both sets are necessary).
A∪B represents a set consisting of all elements in A and B (as long as a set has it).