Square Original Of Or Not Equal To

Shortcodes

Copy useful codes for square original of or not equal to symbol ⋥ to use in websites, apps, blogs, and docs.

Unicode
U+22E5
HTML Code
⋥
HEX Code
⋥
CSS Code
\22E5
JS/JSON
\u22E5
Unix/C/PHP/JAVA
0x22E5
URL-encode
%E2%8B%A5

Customize Square Original Of Or Not Equal To

Customize ⋥, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Original Of Or Not Equal To Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⋥</span>
HTML Code:
<span>&#8933;</span>
HEX Code:
<span>&#x22E5;</span>

Add with CSS

.square-original-of-or-not-equal-to::before {
  content: '\\22E5';
}

Set it in JavaScript

document.querySelector('.square-original-of-or-not-equal-to').textContent = '⋥';
copied