HTML Entity/Symbol⨩(MINUS SIGN WITH COMMA ABOVE )

Copy this symbol

MINUS SIGN WITH COMMA ABOVE

Click on any of the following code values to copy to clipboard.

⨩
⨩
U+02A29
\2a29
⨩

HTML Examples

Using HTML Code value in HTML file

<span> &#10793; </span>

Using HTML Entity value in HTML file

<span> &mcomma; </span>

CSS Example

Using CSS content code of the HTML entity &mcomma; to specify in a CSS file

span { 
    content: "\2a29";
}
All HTML Symbols