Union With Logical Or

Shortcodes

Copy and paste codes for Union With Logical Or symbol ⩅ to use in your websites, apps, blogs, and more.

Unicode
U+2A45
HTML Code
⩅
HEX Code
⩅
CSS Code
\2A45
JS/JSON
\u2A45
Unix/C/PHP/JAVA
0x2A45
URL-encode
%E2%A9%85
copied

Customize Union With Logical Or Symbol

Customize ⩅ symbol as you like and download Union With Logical Or 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 Union With Logical Or symbol in HTML, CSS, and JS?

Insert ⩅ Union With Logical Or using HTML

1. Copy-paste Union With Logical Or directly:
<span>⩅</span>
2. HTML Decimal Code:
<span>&#10821;</span>
3. Hexadecimal Code:
<span>&#x2A45;</span>
Preview:

Add Union With Logical Or symbol with CSS

.union-with-logical-or::before {
    content: '\\2A45';
}
Preview: Union With Logical Or

Union With Logical Or JavaScript Code

1. Direct Symbol:
document.querySelector('.union-with-logical-or').textContent = '⩅';
2. Unicode Escape for ⩅:
document.querySelector('.union-with-logical-or').textContent = '\u2A45';
Preview: