Logical Or Overlapping Logical And
⩙
Shortcodes
Copy useful codes for logical or overlapping logical and symbol ⩙ to use in websites, apps, blogs, and docs.
Unicode
U+2A59 HTML Code
⩙ HEX Code
⩙ CSS Code
\2A59 JS/JSON
\u2A59 Unix/C/PHP/JAVA
0x2A59 URL-encode
%E2%A9%99 Customize Logical Or Overlapping Logical And
Customize ⩙, download it as SVG or PNG, or copy the generated HTML snippet.
⩙
How to use Logical Or Overlapping Logical And 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
.logical-or-overlapping-logical-and::before {
content: '\\2A59';
} Set it in JavaScript
document.querySelector('.logical-or-overlapping-logical-and').textContent = '⩙';