Rightwards Arrow Above Reverse Almost Equal To

Shortcodes

Copy and paste codes for Rightwards Arrow Above Reverse Almost Equal To symbol ⭈ to use in your websites, apps, blogs, and more.

Unicode
U+2B48
HTML Code
⭈
HEX Code
⭈
CSS Code
\2B48
JS/JSON
\u2B48
Unix/C/PHP/JAVA
0x2B48
URL-encode
%E2%AD%88
copied

Customize Rightwards Arrow Above Reverse Almost Equal To Symbol

Customize ⭈ symbol as you like and download Rightwards Arrow Above Reverse Almost Equal 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 Rightwards Arrow Above Reverse Almost Equal To symbol in HTML, CSS, and JS?

Insert ⭈ Rightwards Arrow Above Reverse Almost Equal To using HTML

1. Copy-paste Rightwards Arrow Above Reverse Almost Equal To directly:
<span>⭈</span>
2. HTML Decimal Code:
<span>&#11080;</span>
3. Hexadecimal Code:
<span>&#x2B48;</span>
Preview:

Add Rightwards Arrow Above Reverse Almost Equal To symbol with CSS

.rightwards-arrow-above-reverse-almost-equal-to::before {
    content: '\\2B48';
}
Preview: Rightwards Arrow Above Reverse Almost Equal To

Rightwards Arrow Above Reverse Almost Equal To JavaScript Code

1. Direct Symbol:
document.querySelector('.rightwards-arrow-above-reverse-almost-equal-to').textContent = '⭈';
2. Unicode Escape for ⭈:
document.querySelector('.rightwards-arrow-above-reverse-almost-equal-to').textContent = '\u2B48';
Preview: