Times sign(×) symbol in LaTeX

Symbol/Unicode Times sign/U+00D7
Type of symbol Multiplication
Package (requirement) No
Argument No
Latex command \times
Example \times → ×

You need to use the \times command to write the sign of times symbol in Latex and no package is required.

\documentclass{article}
\begin{document}
   $$ 5 \times 2 = 10 $$
   $$ \vec{B} \times \vec{A} $$
   $$ u \times (v \times w) $$
\end{document}

Output :

Use time sign symbol in latex.

Leave a Comment

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

Scroll to Top