Union Beside And Joined With Union

Shortcodes

Copy and paste codes for Union Beside And Joined With Union symbol ⩊ to use in your websites, apps, blogs, and more.

Unicode
U+2A4A
HTML Code
⩊
HEX Code
⩊
CSS Code
\2A4A
JS/JSON
\u2A4A
Unix/C/PHP/JAVA
0x2A4A
URL-encode
%E2%A9%8A
copied

Customize Union Beside And Joined With Union Symbol

Customize ⩊ symbol as you like and download Union Beside And Joined With Union 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 Beside And Joined With Union symbol in HTML, CSS, and JS?

Insert ⩊ Union Beside And Joined With Union using HTML

1. Copy-paste Union Beside And Joined With Union directly:
<span>⩊</span>
2. HTML Decimal Code:
<span>&#10826;</span>
3. Hexadecimal Code:
<span>&#x2A4A;</span>
Preview:

Add Union Beside And Joined With Union symbol with CSS

.union-beside-and-joined-with-union::before {
    content: '\\2A4A';
}
Preview: Union Beside And Joined With Union

Union Beside And Joined With Union JavaScript Code

1. Direct Symbol:
document.querySelector('.union-beside-and-joined-with-union').textContent = '⩊';
2. Unicode Escape for ⩊:
document.querySelector('.union-beside-and-joined-with-union').textContent = '\u2A4A';
Preview: