How to use minus-plus(∓) symbol in LaTeX?

Symbol/UnicodeMinus-plus/U+2213
Type of symbolBoth minus or plus operations
Package (requirement)No
ArgumentNo
Latex command\mp
Example\mp → ∓

You need to use the \mp command to print the minus-plus symbol in a latex document. And this is a default command, no package is required.

\documentclass{article}
\begin{document}
   \[ p\mp \]
   \[ \frac{(x\pm 1)}{(x \mp 2)} \]
   \[ a \mp b \]
\end{document}

Output :

Use minus plus sign in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top