How to insert diamond(♢) symbol in LaTeX?

Symbol/UnicodeDiamond/U+2662
Type of symbolMathematical operator
Package (requirement)No
ArgumentNo
Latex command\diamondsuit
Example\diamondsuit → ♢

When you compile your LaTeX document, the \diamondsuit command will be replaced with diamond symbol. For example

\documentclass{article}
\begin{document}
   \[ Alt + 4(Alt \; Code) = \diamondsuit \; (WIN) \]
   \[ Option + Shift + V = \diamondsuit \; (MAC) \]
\end{document}

Output :

Use Diamond symbol in latex.

Leave a Comment

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

Scroll to Top