Dot Plus (∔) symbol in LaTeX

In this tutorial, you will learn how to print the Dot Plus (∔) symbol in LaTeX with different packages.

To print the Dot Plus symbol in LaTeX you can use the \dotplus command provided by the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}

  $$ \dotplus $$
  $$ \verb|\dotplus| : \dotplus $$

\end{document}

Output:

dotplus

Dot Plus symbol with other packages

You can also use the fdsymbol and stix package to get a slightly different style of this symbol.

PackageCommandOutput
fdsymbol\dotplus\dotplus
stix\dotplus\dotplus

Leave a Reply

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