Between (≬) symbol in LaTeX
In mathematics, the Between symbol is represented by this ≬ symbol. In this tutorial, you will learn how to get the Between symbol in LaTeX.
In order to print the Between symbol in LaTeX, you can use the \between
command provided by the amssymb
package.
\documentclass{article} \usepackage{amssymb} \begin{document} $$ 60 < 70 \between 80 $$ $$ -1 < x^2 \between 1 $$ \end{document}
Output:
Between symbol with other packages
You can also use other packages to get slightly different styles of Between symbols.
Package | Command | Output |
---|---|---|
mathabx | \between | ![]() |
MnSymbol | \between | ![]() |
fdsymbol | \between | ![]() |
boisik | \between | ![]() |
stix | \between | ![]() |
Leave a Reply