Approaches The Limit

Shortcodes

Copy and paste codes for Approaches The Limit symbol ≐ to use in your websites, apps, blogs, and more.

Unicode
U+2250
HTML Code
≐
HEX Code
≐
CSS Code
\2250
JS/JSON
\u2250
Unix/C/PHP/JAVA
0x2250
URL-encode
%E2%89%90
copied

Customize Approaches The Limit Symbol

Customize ≐ symbol as you like and download Approaches The Limit 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 Approaches The Limit symbol in HTML, CSS, and JS?

Insert ≐ Approaches The Limit using HTML

1. Copy-paste Approaches The Limit directly:
<span>≐</span>
2. HTML Decimal Code:
<span>&#8784;</span>
3. Hexadecimal Code:
<span>&#x2250;</span>
Preview:

Add Approaches The Limit symbol with CSS

.approaches-the-limit::before {
    content: '\\2250';
}
Preview: Approaches The Limit

Approaches The Limit JavaScript Code

1. Direct Symbol:
document.querySelector('.approaches-the-limit').textContent = '≐';
2. Unicode Escape for ≐:
document.querySelector('.approaches-the-limit').textContent = '\u2250';
Preview: