Two Logical Or Operator
⨈
Shortcodes
Copy useful codes for two logical or operator symbol ⨈ to use in websites, apps, blogs, and docs.
Unicode
U+2A08 HTML Code
⨈ HEX Code
⨈ CSS Code
\2A08 JS/JSON
\u2A08 Unix/C/PHP/JAVA
0x2A08 URL-encode
%E2%A8%88 Customize Two Logical Or Operator
Customize ⨈, download it as SVG or PNG, or copy the generated HTML snippet.
⨈
How to use Two Logical Or Operator 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
.two-logical-or-operator::before {
content: '\\2A08';
} Set it in JavaScript
document.querySelector('.two-logical-or-operator').textContent = '⨈';