Congruent With Dot Above

Shortcodes

Copy and paste codes for Congruent With Dot Above symbol ⩭ to use in your websites, apps, blogs, and more.

Unicode
U+2A6D
HTML Code
⩭
HEX Code
⩭
CSS Code
\2A6D
JS/JSON
\u2A6D
Unix/C/PHP/JAVA
0x2A6D
URL-encode
%E2%A9%AD
copied

Customize Congruent With Dot Above Symbol

Customize ⩭ symbol as you like and download Congruent With Dot Above 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 Congruent With Dot Above symbol in HTML, CSS, and JS?

Insert ⩭ Congruent With Dot Above using HTML

1. Copy-paste Congruent With Dot Above directly:
<span>⩭</span>
2. HTML Decimal Code:
<span>&#10861;</span>
3. Hexadecimal Code:
<span>&#x2A6D;</span>
Preview:

Add Congruent With Dot Above symbol with CSS

.congruent-with-dot-above::before {
    content: '\\2A6D';
}
Preview: Congruent With Dot Above

Congruent With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.congruent-with-dot-above').textContent = '⩭';
2. Unicode Escape for ⩭:
document.querySelector('.congruent-with-dot-above').textContent = '\u2A6D';
Preview: