LaTeX Bullet (•) - Complete Guide
The bullet symbol (•) is used for lists and dot products.
Symbol Preview
Bullet
LaTeX Code
No package required
\bulletBullet symbol
No package required
\cdotCenter dot
Table of Contents
What is the LaTeX Bullet?
Used as a list marker or to denote the dot product operation.
How to Use Bullet in LaTeX
Method 1: Using \bullet
✅No package required
Bullet symbol
Example: Using \bullet
\documentclass{article}
\begin{document}
% Using the Bullet
Text with \bullet
\end{document}Method 2: Using \cdot
✅No package required
Center dot
Example: Using \cdot
\documentclass{article}
\begin{document}
% Using the Bullet
Text with \cdot
\end{document}Common Use Cases
The Bullet symbol is commonly used in the following contexts:
Bullet List
List marker.
Code
$\bullet$ ItemOutput
• Item
Dot Product
Dot product of vectors.
Code
$mathbf{a} cdot mathbf{b}$Output
a · b
Complete Examples
Bullet List
Bulleted list
\documentclass{article}
\begin{document}
$\bullet$ First item
$\bullet$ Second item
\end{document}Frequently Asked Questions about Bullet (•)
Which LaTeX code should I use for Bullet?
For the Bullet symbol (•), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \bullet: Bullet symbol
- \cdot: Center dot
Where can I use the Bullet symbol?
The Bullet symbol (•) is typically used:
- In mathematical equations (math mode)
- In regular text (if supported)
- In various LaTeX environments
Can I use the Bullet symbol in display mode?
Yes, the Bullet symbol (•) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.
🔗 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