\documentclass{article}
\usepackage{pifont}
\begin{document}
Here is text before the itemize\\
and now for the itemize
\begin{itemize}
\item[\ding{168}] And we begin
\item[$\diamondsuit$] Here is text
\item[$\heartsuit$] blah blah
\item[\ding{171}] Sandia
\end{itemize}
\end{document}