Less-than Or Slanted Equal To With Dot Above Right

Shortcodes

Copy and paste codes for Less-than Or Slanted Equal To With Dot Above Right symbol ⪃ to use in your websites, apps, blogs, and more.

Unicode
U+2A83
HTML Code
⪃
HEX Code
⪃
CSS Code
\2A83
JS/JSON
\u2A83
Unix/C/PHP/JAVA
0x2A83
URL-encode
%E2%AA%83
copied

Customize Less-than Or Slanted Equal To With Dot Above Right Symbol

Customize ⪃ symbol as you like and download Less-than Or Slanted Equal To With Dot Above Right 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 Less-than Or Slanted Equal To With Dot Above Right symbol in HTML, CSS, and JS?

Insert ⪃ Less-than Or Slanted Equal To With Dot Above Right using HTML

1. Copy-paste Less-than Or Slanted Equal To With Dot Above Right directly:
<span>⪃</span>
2. HTML Decimal Code:
<span>&#10883;</span>
3. Hexadecimal Code:
<span>&#x2A83;</span>
Preview:

Add Less-than Or Slanted Equal To With Dot Above Right symbol with CSS

.less-than-or-slanted-equal-to-with-dot-above-right::before {
    content: '\\2A83';
}
Preview: Less-than Or Slanted Equal To With Dot Above Right

Less-than Or Slanted Equal To With Dot Above Right JavaScript Code

1. Direct Symbol:
document.querySelector('.less-than-or-slanted-equal-to-with-dot-above-right').textContent = '⪃';
2. Unicode Escape for ⪃:
document.querySelector('.less-than-or-slanted-equal-to-with-dot-above-right').textContent = '\u2A83';
Preview: