| Symbol Name | Minus |
| Unicode Version | 0.6 |
| Unicode | U+2796 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2796 |
| Hex Code | 0x2796 |
| HTML Code | ➖ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ➖ |
| URL encode (UTF-8 percent) | %E2%9E%96 |
| Discord / Slack shortcode | :heavy_minus_sign: |
| GitHub shortcode | :heavy_minus_sign: |
| Spoken / screen reader name | Minus |
| UTF-8 | E2 9E 96 |
| UTF-16 | 2796 |
| UTF-32 | 00002796 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the minus symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "minus".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "minus".
Emoji keyboard → Symbols; search "minus".
1span.minus::before { content: "\2796"; } /* prefer inline grapheme for ZWJ */1<span>➖</span>Minus symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2796' or String.fromCodePoint(10134) |
| Python | '\N{MINUS}' |
| Rust | '\u{2796}' |
| Swift | "\u{2796}" |
| Go | string(rune(0x2796)) |
| Ruby | "\u{2796}" |