Not Square Image Of Or Equal To

Shortcodes

Copy and paste codes for Not Square Image Of Or Equal To symbol ⋢ to use in your websites, apps, blogs, and more.

Unicode
U+22E2
HTML Code
⋢
HEX Code
⋢
CSS Code
\22E2
JS/JSON
\u22E2
Unix/C/PHP/JAVA
0x22E2
URL-encode
%E2%8B%A2
copied

Customize Not Square Image Of Or Equal To Symbol

Customize ⋢ symbol as you like and download Not Square Image Of Or Equal To 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 Not Square Image Of Or Equal To symbol in HTML, CSS, and JS?

Insert ⋢ Not Square Image Of Or Equal To using HTML

1. Copy-paste Not Square Image Of Or Equal To directly:
<span>⋢</span>
2. HTML Decimal Code:
<span>&#8930;</span>
3. Hexadecimal Code:
<span>&#x22E2;</span>
Preview:

Add Not Square Image Of Or Equal To symbol with CSS

.not-square-image-of-or-equal-to::before {
    content: '\\22E2';
}
Preview: Not Square Image Of Or Equal To

Not Square Image Of Or Equal To JavaScript Code

1. Direct Symbol:
document.querySelector('.not-square-image-of-or-equal-to').textContent = '⋢';
2. Unicode Escape for ⋢:
document.querySelector('.not-square-image-of-or-equal-to').textContent = '\u22E2';
Preview: