Equals Sign With Dot Below
⩦
Shortcodes
Copy useful codes for equals sign with dot below symbol ⩦ to use in websites, apps, blogs, and docs.
Unicode
U+2A66 HTML Code
⩦ HEX Code
⩦ CSS Code
\2A66 JS/JSON
\u2A66 Unix/C/PHP/JAVA
0x2A66 URL-encode
%E2%A9%A6 Customize Equals Sign With Dot Below
Customize ⩦, download it as SVG or PNG, or copy the generated HTML snippet.
⩦
How to use Equals Sign With Dot Below 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
.equals-sign-with-dot-below::before {
content: '\\2A66';
} Set it in JavaScript
document.querySelector('.equals-sign-with-dot-below').textContent = '⩦';