Union Above Bar Above Intersection

Shortcodes

Copy and paste codes for Union Above Bar Above Intersection symbol ⩈ to use in your websites, apps, blogs, and more.

Unicode
U+2A48
HTML Code
⩈
HEX Code
⩈
CSS Code
\2A48
JS/JSON
\u2A48
Unix/C/PHP/JAVA
0x2A48
URL-encode
%E2%A9%88
copied

Customize Union Above Bar Above Intersection Symbol

Customize ⩈ symbol as you like and download Union Above Bar Above Intersection 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 Above Bar Above Intersection symbol in HTML, CSS, and JS?

Insert ⩈ Union Above Bar Above Intersection using HTML

1. Copy-paste Union Above Bar Above Intersection directly:
<span>⩈</span>
2. HTML Decimal Code:
<span>&#10824;</span>
3. Hexadecimal Code:
<span>&#x2A48;</span>
Preview:

Add Union Above Bar Above Intersection symbol with CSS

.union-above-bar-above-intersection::before {
    content: '\\2A48';
}
Preview: Union Above Bar Above Intersection

Union Above Bar Above Intersection JavaScript Code

1. Direct Symbol:
document.querySelector('.union-above-bar-above-intersection').textContent = '⩈';
2. Unicode Escape for ⩈:
document.querySelector('.union-above-bar-above-intersection').textContent = '\u2A48';
Preview: