Two Intersecting Logical Or

Shortcodes

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

Unicode
U+2A56
HTML Code
⩖
HEX Code
⩖
CSS Code
\2A56
JS/JSON
\u2A56
Unix/C/PHP/JAVA
0x2A56
URL-encode
%E2%A9%96
copied

Customize Two Intersecting Logical Or Symbol

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

Insert ⩖ Two Intersecting Logical Or using HTML

1. Copy-paste Two Intersecting Logical Or directly:
<span>⩖</span>
2. HTML Decimal Code:
<span>&#10838;</span>
3. Hexadecimal Code:
<span>&#x2A56;</span>
Preview:

Add Two Intersecting Logical Or symbol with CSS

.two-intersecting-logical-or::before {
    content: '\\2A56';
}
Preview: Two Intersecting Logical Or

Two Intersecting Logical Or JavaScript Code

1. Direct Symbol:
document.querySelector('.two-intersecting-logical-or').textContent = '⩖';
2. Unicode Escape for ⩖:
document.querySelector('.two-intersecting-logical-or').textContent = '\u2A56';
Preview: