Union Symbol ∪

In mathematics, "Union" refers to the combination or merging of elements from two or more sets to form a single set containing all distinct elements present in any of the original sets. It's a fundamental concept in set theory and plays a crucial role in various mathematical applications.

Defining Union

The Union of sets A and B, denoted as A ∪ B, represents a set containing all elements that are present in set A, set B, or both.

Notation and Representation

Symbolically, the Union is represented using the symbol ∪, and mathematically, the Union of sets A and B is written as:

A ∪ B = { x | x ∈ A or x ∈ B }

Properties of Union

Key properties of Union include commutativity, associativity, the relationship with the empty set (∅), and the distributive property concerning Intersection.

Applications in Mathematics

Union finds extensive applications in various mathematical fields, including set theory, probability, logic, and algebra. It's instrumental in defining combinations, aggregating elements from different sets, and analyzing relationships between collections.

Union in Set Theory

In set theory, Union is crucial for defining new sets based on combined elements, establishing relationships between disjoint or overlapping sets, and forming collections based on shared or distinct characteristics.

 

Union, denoted as A ∪ B, represents the combined set containing all elements present in sets A and B. It stands as a fundamental operation in set theory and various mathematical disciplines, providing a means to merge and analyze relationships among different sets.

Understanding the concept and properties of Union facilitates various mathematical operations, set manipulations, and logical analyses, offering insights into combinations and relationships among diverse collections of objects or entities.

Copy to Clipboard


Union Symbol Information

Symbol Name Union
Unicode Version 1.1 (June 1993)
Unicode U+222A
CSS Code \222A
HTML Entity ∪
Hex Code ∪
HTML Code ∪
Latex \cup

Union Symbol Encoding

UTF-8 0xE2 0x88 0xAA
UTF-16 0x222A
UTF-32 0x0000222A


Union symbol's PNG and SVG files


How to type union symbol in latex

Copy \documentclass{article}
\begin{document}
\cup
\end{document}

How to add union symbol via keyboard on different Operating systems

You can type the union on most modern devices with the help of following methods:

How to type union symbol on Microsoft Word

You can type the union on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2 2 2 A
  • Without moving the cursor press keys Alt + x together
  • The original 2 2 2 A is now transformed into ∪

How to type union symbol on Microsoft Windows

You can type the union on Microsoft windows using following steps:

  • Hold Alt and press to type union on your windows machine.

How to type union symbol on Mac OS

You can type the union on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type “Union” in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
  • How to type union symbol on Mac OS
    How to type union symbol on Mac OS

How to type union symbol on Linux

You can type the union on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 2 2 2 A consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type union symbol on IOS and Android

The easiest way to type the union on ios and android is to copy and paste it wherever you need it.


How to use union in CSS

Copy // css example
span {
content: "\222A";
}

How to type union in HTML

Copy // html example
<span>&#8746;</span>

Union symbol representation in programming languages

union's representation in different programming languages can be found in table below:

Language Representation
Rust \u{222A}
Ruby \u{222A}
Python \u222A
PHP \u{222A}
Perl "\x{222A}"
Java \u222A
Modern JavaScript - Since ES6 \u{222A}
JavaScript \u222A
Go \u222A
C# \u222A
C and C++ \u222A
Bash and Zsh - inside echo -e \u222A
RFC 5137 \u'222A'
No Result
Try something else