Ring In Equal To

Shortcodes

Copy and paste codes for Ring In Equal To symbol ≖ to use in your websites, apps, blogs, and more.

Unicode
U+2256
HTML Code
≖
HEX Code
≖
CSS Code
\2256
JS/JSON
\u2256
Unix/C/PHP/JAVA
0x2256
URL-encode
%E2%89%96
copied

Customize Ring In Equal To Symbol

Customize ≖ symbol as you like and download Ring In 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 Ring In Equal To symbol in HTML, CSS, and JS?

Insert ≖ Ring In Equal To using HTML

1. Copy-paste Ring In Equal To directly:
<span>≖</span>
2. HTML Decimal Code:
<span>&#8790;</span>
3. Hexadecimal Code:
<span>&#x2256;</span>
Preview:

Add Ring In Equal To symbol with CSS

.ring-in-equal-to::before {
    content: '\\2256';
}
Preview: Ring In Equal To

Ring In Equal To JavaScript Code

1. Direct Symbol:
document.querySelector('.ring-in-equal-to').textContent = '≖';
2. Unicode Escape for ≖:
document.querySelector('.ring-in-equal-to').textContent = '\u2256';
Preview: