Difference Between
≏
Shortcodes
Copy useful codes for difference between symbol ≏ to use in websites, apps, blogs, and docs.
Unicode
U+224F HTML Code
≏ HEX Code
≏ CSS Code
\224F JS/JSON
\u224F Unix/C/PHP/JAVA
0x224F URL-encode
%E2%89%8F Customize Difference Between
Customize ≏, download it as SVG or PNG, or copy the generated HTML snippet.
≏
How to use Difference Between 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
.difference-between::before {
content: '\\224F';
} Set it in JavaScript
document.querySelector('.difference-between').textContent = '≏';