Succeeds Above Equals Sign

Shortcodes

Copy and paste codes for Succeeds Above Equals Sign symbol ⪴ to use in your websites, apps, blogs, and more.

Unicode
U+2AB4
HTML Code
⪴
HEX Code
⪴
CSS Code
\2AB4
JS/JSON
\u2AB4
Unix/C/PHP/JAVA
0x2AB4
URL-encode
%E2%AA%B4
copied

Customize Succeeds Above Equals Sign Symbol

Customize ⪴ symbol as you like and download Succeeds Above Equals Sign 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 Above Equals Sign symbol in HTML, CSS, and JS?

Insert ⪴ Succeeds Above Equals Sign using HTML

1. Copy-paste Succeeds Above Equals Sign directly:
<span>⪴</span>
2. HTML Decimal Code:
<span>&#10932;</span>
3. Hexadecimal Code:
<span>&#x2AB4;</span>
Preview:

Add Succeeds Above Equals Sign symbol with CSS

.succeeds-above-equals-sign::before {
    content: '\\2AB4';
}
Preview: Succeeds Above Equals Sign

Succeeds Above Equals Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.succeeds-above-equals-sign').textContent = '⪴';
2. Unicode Escape for ⪴:
document.querySelector('.succeeds-above-equals-sign').textContent = '\u2AB4';
Preview: