Two Intersecting Logical And

Shortcodes

Copy and paste codes for Two Intersecting Logical And symbol ⩕ to use in your websites, apps, blogs, and more.

Unicode
U+2A55
HTML Code
⩕
HEX Code
⩕
CSS Code
\2A55
JS/JSON
\u2A55
Unix/C/PHP/JAVA
0x2A55
URL-encode
%E2%A9%95
copied

Customize Two Intersecting Logical And Symbol

Customize ⩕ symbol as you like and download Two Intersecting Logical And 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 Two Intersecting Logical And symbol in HTML, CSS, and JS?

Insert ⩕ Two Intersecting Logical And using HTML

1. Copy-paste Two Intersecting Logical And directly:
<span>⩕</span>
2. HTML Decimal Code:
<span>&#10837;</span>
3. Hexadecimal Code:
<span>&#x2A55;</span>
Preview:

Add Two Intersecting Logical And symbol with CSS

.two-intersecting-logical-and::before {
    content: '\\2A55';
}
Preview: Two Intersecting Logical And

Two Intersecting Logical And JavaScript Code

1. Direct Symbol:
document.querySelector('.two-intersecting-logical-and').textContent = '⩕';
2. Unicode Escape for ⩕:
document.querySelector('.two-intersecting-logical-and').textContent = '\u2A55';
Preview: