Approximately Equal To Or The Image Of

Shortcodes

Copy and paste codes for Approximately Equal To Or The Image Of symbol ≒ to use in your websites, apps, blogs, and more.

Unicode
U+2252
HTML Code
≒
HEX Code
≒
CSS Code
\2252
JS/JSON
\u2252
Unix/C/PHP/JAVA
0x2252
URL-encode
%E2%89%92
copied

Customize Approximately Equal To Or The Image Of Symbol

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

Insert ≒ Approximately Equal To Or The Image Of using HTML

1. Copy-paste Approximately Equal To Or The Image Of directly:
<span>≒</span>
2. HTML Decimal Code:
<span>&#8786;</span>
3. Hexadecimal Code:
<span>&#x2252;</span>
Preview:

Add Approximately Equal To Or The Image Of symbol with CSS

.approximately-equal-to-or-the-image-of::before {
    content: '\\2252';
}
Preview: Approximately Equal To Or The Image Of

Approximately Equal To Or The Image Of JavaScript Code

1. Direct Symbol:
document.querySelector('.approximately-equal-to-or-the-image-of').textContent = '≒';
2. Unicode Escape for ≒:
document.querySelector('.approximately-equal-to-or-the-image-of').textContent = '\u2252';
Preview: