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.

Between symbol with other packages

You can also use other packages to get slightly different styles of Between symbols.

PackageCommandOutput
mathabx\between\between
MnSymbol\between\between
fdsymbol\between\between
boisik\between\between
stix\between\between

Leave a Reply

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