Logical And With Double Underbar

Shortcodes

Copy and paste codes for Logical And With Double Underbar symbol ⩠ to use in your websites, apps, blogs, and more.

Unicode
U+2A60
HTML Code
⩠
HEX Code
⩠
CSS Code
\2A60
JS/JSON
\u2A60
Unix/C/PHP/JAVA
0x2A60
URL-encode
%E2%A9%A0
copied

Customize Logical And With Double Underbar Symbol

Customize ⩠ symbol as you like and download Logical And With Double Underbar 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 And With Double Underbar symbol in HTML, CSS, and JS?

Insert ⩠ Logical And With Double Underbar using HTML

1. Copy-paste Logical And With Double Underbar directly:
<span>⩠</span>
2. HTML Decimal Code:
<span>&#10848;</span>
3. Hexadecimal Code:
<span>&#x2A60;</span>
Preview:

Add Logical And With Double Underbar symbol with CSS

.logical-and-with-double-underbar::before {
    content: '\\2A60';
}
Preview: Logical And With Double Underbar

Logical And With Double Underbar JavaScript Code

1. Direct Symbol:
document.querySelector('.logical-and-with-double-underbar').textContent = '⩠';
2. Unicode Escape for ⩠:
document.querySelector('.logical-and-with-double-underbar').textContent = '\u2A60';
Preview: