Logical Or Overlapping Logical And

Shortcodes

Copy and paste codes for Logical Or Overlapping Logical And symbol ⩙ to use in your websites, apps, blogs, and more.

Unicode
U+2A59
HTML Code
⩙
HEX Code
⩙
CSS Code
\2A59
JS/JSON
\u2A59
Unix/C/PHP/JAVA
0x2A59
URL-encode
%E2%A9%99
copied

Customize Logical Or Overlapping Logical And Symbol

Customize ⩙ symbol as you like and download Logical Or Overlapping 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 Logical Or Overlapping Logical And symbol in HTML, CSS, and JS?

Insert ⩙ Logical Or Overlapping Logical And using HTML

1. Copy-paste Logical Or Overlapping Logical And directly:
<span>⩙</span>
2. HTML Decimal Code:
<span>&#10841;</span>
3. Hexadecimal Code:
<span>&#x2A59;</span>
Preview:

Add Logical Or Overlapping Logical And symbol with CSS

.logical-or-overlapping-logical-and::before {
    content: '\\2A59';
}
Preview: Logical Or Overlapping Logical And

Logical Or Overlapping Logical And JavaScript Code

1. Direct Symbol:
document.querySelector('.logical-or-overlapping-logical-and').textContent = '⩙';
2. Unicode Escape for ⩙:
document.querySelector('.logical-or-overlapping-logical-and').textContent = '\u2A59';
Preview: