Intersection Beside And Joined With Intersection

Shortcodes

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

Unicode
U+2A4B
HTML Code
⩋
HEX Code
⩋
CSS Code
\2A4B
JS/JSON
\u2A4B
Unix/C/PHP/JAVA
0x2A4B
URL-encode
%E2%A9%8B
copied

Customize Intersection Beside And Joined With Intersection Symbol

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

Insert ⩋ Intersection Beside And Joined With Intersection using HTML

1. Copy-paste Intersection Beside And Joined With Intersection directly:
<span>⩋</span>
2. HTML Decimal Code:
<span>&#10827;</span>
3. Hexadecimal Code:
<span>&#x2A4B;</span>
Preview:

Add Intersection Beside And Joined With Intersection symbol with CSS

.intersection-beside-and-joined-with-intersection::before {
    content: '\\2A4B';
}
Preview: Intersection Beside And Joined With Intersection

Intersection Beside And Joined With Intersection JavaScript Code

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