Minus Sign With Comma Above

Shortcodes

Copy and paste codes for Minus Sign With Comma Above symbol ⨩ to use in your websites, apps, blogs, and more.

Unicode
U+2A29
HTML Code
⨩
HEX Code
⨩
CSS Code
\2A29
JS/JSON
\u2A29
Unix/C/PHP/JAVA
0x2A29
URL-encode
%E2%A8%A9
copied

Customize Minus Sign With Comma Above Symbol

Customize ⨩ symbol as you like and download Minus Sign With Comma 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 Minus Sign With Comma Above symbol in HTML, CSS, and JS?

Insert ⨩ Minus Sign With Comma Above using HTML

1. Copy-paste Minus Sign With Comma Above directly:
<span>⨩</span>
2. HTML Decimal Code:
<span>&#10793;</span>
3. Hexadecimal Code:
<span>&#x2A29;</span>
Preview:

Add Minus Sign With Comma Above symbol with CSS

.minus-sign-with-comma-above::before {
    content: '\\2A29';
}
Preview: Minus Sign With Comma Above

Minus Sign With Comma Above JavaScript Code

1. Direct Symbol:
document.querySelector('.minus-sign-with-comma-above').textContent = '⨩';
2. Unicode Escape for ⨩:
document.querySelector('.minus-sign-with-comma-above').textContent = '\u2A29';
Preview: