Succeeds Or Equivalent To

Shortcodes

Copy and paste codes for Succeeds Or Equivalent To symbol ≿ to use in your websites, apps, blogs, and more.

Unicode
U+227F
HTML Code
≿
HEX Code
≿
CSS Code
\227F
JS/JSON
\u227F
Unix/C/PHP/JAVA
0x227F
URL-encode
%E2%89%BF
copied

Customize Succeeds Or Equivalent To Symbol

Customize ≿ symbol as you like and download Succeeds Or Equivalent 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 Succeeds Or Equivalent To symbol in HTML, CSS, and JS?

Insert ≿ Succeeds Or Equivalent To using HTML

1. Copy-paste Succeeds Or Equivalent To directly:
<span>≿</span>
2. HTML Decimal Code:
<span>&#8831;</span>
3. Hexadecimal Code:
<span>&#x227F;</span>
Preview:

Add Succeeds Or Equivalent To symbol with CSS

.succeeds-or-equivalent-to::before {
    content: '\\227F';
}
Preview: Succeeds Or Equivalent To

Succeeds Or Equivalent To JavaScript Code

1. Direct Symbol:
document.querySelector('.succeeds-or-equivalent-to').textContent = '≿';
2. Unicode Escape for ≿:
document.querySelector('.succeeds-or-equivalent-to').textContent = '\u227F';
Preview: