Logical Or With Middle Stem
⩛
Shortcodes
Copy useful codes for logical or with middle stem symbol ⩛ to use in websites, apps, blogs, and docs.
Unicode
U+2A5B HTML Code
⩛ HEX Code
⩛ CSS Code
\2A5B JS/JSON
\u2A5B Unix/C/PHP/JAVA
0x2A5B URL-encode
%E2%A9%9B Customize Logical Or With Middle Stem
Customize ⩛, download it as SVG or PNG, or copy the generated HTML snippet.
⩛
How to use Logical Or With Middle Stem 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-with-middle-stem::before {
content: '\\2A5B';
} Set it in JavaScript
document.querySelector('.logical-or-with-middle-stem').textContent = '⩛';