Intersection Above Bar Above Union

Shortcodes

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

Unicode
U+2A49
HTML Code
⩉
HEX Code
⩉
CSS Code
\2A49
JS/JSON
\u2A49
Unix/C/PHP/JAVA
0x2A49
URL-encode
%E2%A9%89
copied

Customize Intersection Above Bar Above Union Symbol

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

Insert ⩉ Intersection Above Bar Above Union using HTML

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

Add Intersection Above Bar Above Union symbol with CSS

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

Intersection Above Bar Above Union JavaScript Code

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