N-ary Union Operator With Plus

Shortcodes

Copy and paste codes for N-ary Union Operator With Plus symbol ⨄ to use in your websites, apps, blogs, and more.

Unicode
U+2A04
HTML Code
⨄
HEX Code
⨄
CSS Code
\2A04
JS/JSON
\u2A04
Unix/C/PHP/JAVA
0x2A04
URL-encode
%E2%A8%84
copied

Customize N-ary Union Operator With Plus Symbol

Customize ⨄ symbol as you like and download N-ary Union Operator With Plus as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add N-ary Union Operator With Plus symbol in HTML, CSS, and JS?

Insert ⨄ N-ary Union Operator With Plus using HTML

1. Copy-paste N-ary Union Operator With Plus directly:
<span>⨄</span>
2. HTML Decimal Code:
<span>&#10756;</span>
3. Hexadecimal Code:
<span>&#x2A04;</span>
Preview:

Add N-ary Union Operator With Plus symbol with CSS

.n-ary-union-operator-with-plus::before {
    content: '\\2A04';
}
Preview: N-ary Union Operator With Plus

N-ary Union Operator With Plus JavaScript Code

1. Direct Symbol:
document.querySelector('.n-ary-union-operator-with-plus').textContent = '⨄';
2. Unicode Escape for ⨄:
document.querySelector('.n-ary-union-operator-with-plus').textContent = '\u2A04';
Preview: