Union Above Bar Above Intersection
⩈
Shortcodes
Copy useful codes for union above bar above intersection symbol ⩈ to use in websites, apps, blogs, and docs.
Unicode
U+2A48 HTML Code
⩈ HEX Code
⩈ CSS Code
\2A48 JS/JSON
\u2A48 Unix/C/PHP/JAVA
0x2A48 URL-encode
%E2%A9%88 Customize Union Above Bar Above Intersection
Customize ⩈, download it as SVG or PNG, or copy the generated HTML snippet.
⩈
How to use Union Above Bar Above Intersection Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⩈</span> HTML Code:
<span>⩈</span> HEX Code:
<span>⩈</span> Add with CSS
.union-above-bar-above-intersection::before {
content: '\\2A48';
} Set it in JavaScript
document.querySelector('.union-above-bar-above-intersection').textContent = '⩈';