LaTeX Times (Cross) (✕) - Complete Guide
The times symbol (×) denotes multiplication or indicates incorrectness.
Symbol Preview
Times (Cross)
LaTeX Code
No package required
\timesMultiplication sign
No package required
\mathbf{x}Alternative cross mark
Table of Contents
What is the LaTeX Times (Cross)?
Used for multiplication operations or to mark incorrect answers.
How to Use Times (Cross) in LaTeX
Method 1: Using \times
✅No package required
Multiplication sign
Example: Using \times
\documentclass{article}
\begin{document}
% Using the Times (Cross)
Text with \times
\end{document}Method 2: Using \mathbf{x}
✅No package required
Alternative cross mark
Example: Using \mathbf{x}
\documentclass{article}
\begin{document}
% Using the Times (Cross)
Text with \mathbf{x}
\end{document}Common Use Cases
The Times (Cross) symbol is commonly used in the following contexts:
Multiplication
Multiply two numbers.
Code
$3 \times 4 = 12$Output
3 × 4 = 12
Complete Examples
Multiplication
Multiplication with times symbol
\documentclass{article}
\begin{document}
$5 \times 3 = 15$
\end{document}Frequently Asked Questions
Which method should I use?
We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \times: Multiplication sign
- \mathbf{x}: Alternative cross mark
Where do I use this symbol?
This symbol can be used:
- In mathematical equations (math mode)
- In regular text (if using text mode)
- In various document environments
Can I use this in display mode?
Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration