| Symboolnaam | Minus Sign |
| Unicode-versie | 1.1 |
| Unicode | U+2212 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \2212 |
| Hexadecimale code | 0x2212 |
| HTML-code | − |
| LaTeX | - |
| Symbool | − |
| URL-codering (UTF-8 procent) | %E2%88%92 |
| Uitgesproken naam / schermlezer | Minus Sign |
| UTF-8 | E2 88 92 |
| UTF-16 | 2212 |
| UTF-32 | 00002212 |
1\documentclass{article}2\usepackage{pifont}3-4\end{document}Je kunt het minus sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
Type Alt + 8722 on the numeric keypad, or insert from Character Map.
Use Edit > Emoji & Symbols and search for minus sign.
Use Ctrl + Shift + U, type 2212, then Enter.
Use symbol picker or copy and paste the character.
Use extended symbols panel or copy and paste.
1span.minus::before { content: "\2212"; }1<span>−</span>De weergave van het Minus Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2212' |
| Python | '\N{MINUS SIGN}' |
| Rust | '\u{2212}' |
| C / C++ | L"\u2212" or UTF-8 source |
| Go | string(rune(0x2212)) |
| Ruby | "\u2212" |