Equals With Asterisk

Shortcodes

Copy and paste codes for Equals With Asterisk symbol ⩮ to use in your websites, apps, blogs, and more.

Unicode
U+2A6E
HTML Code
⩮
HEX Code
⩮
CSS Code
\2A6E
JS/JSON
\u2A6E
Unix/C/PHP/JAVA
0x2A6E
URL-encode
%E2%A9%AE
copied

Customize Equals With Asterisk Symbol

Customize ⩮ symbol as you like and download Equals With Asterisk 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 Equals With Asterisk symbol in HTML, CSS, and JS?

Insert ⩮ Equals With Asterisk using HTML

1. Copy-paste Equals With Asterisk directly:
<span>⩮</span>
2. HTML Decimal Code:
<span>&#10862;</span>
3. Hexadecimal Code:
<span>&#x2A6E;</span>
Preview:

Add Equals With Asterisk symbol with CSS

.equals-with-asterisk::before {
    content: '\\2A6E';
}
Preview: Equals With Asterisk

Equals With Asterisk JavaScript Code

1. Direct Symbol:
document.querySelector('.equals-with-asterisk').textContent = '⩮';
2. Unicode Escape for ⩮:
document.querySelector('.equals-with-asterisk').textContent = '\u2A6E';
Preview: