Sloping Large And

Shortcodes

Copy and paste codes for Sloping Large And symbol ⩘ to use in your websites, apps, blogs, and more.

Unicode
U+2A58
HTML Code
⩘
HEX Code
⩘
CSS Code
\2A58
JS/JSON
\u2A58
Unix/C/PHP/JAVA
0x2A58
URL-encode
%E2%A9%98
copied

Customize Sloping Large And Symbol

Customize ⩘ symbol as you like and download Sloping Large 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 Sloping Large And symbol in HTML, CSS, and JS?

Insert ⩘ Sloping Large And using HTML

1. Copy-paste Sloping Large And directly:
<span>⩘</span>
2. HTML Decimal Code:
<span>&#10840;</span>
3. Hexadecimal Code:
<span>&#x2A58;</span>
Preview:

Add Sloping Large And symbol with CSS

.sloping-large-and::before {
    content: '\\2A58';
}
Preview: Sloping Large And

Sloping Large And JavaScript Code

1. Direct Symbol:
document.querySelector('.sloping-large-and').textContent = '⩘';
2. Unicode Escape for ⩘:
document.querySelector('.sloping-large-and').textContent = '\u2A58';
Preview: