I tried to customize some items and the customized items are, of course, aligned with the line. But, in the case where, for instance, I use a circled number, I want to make the item move a little bit down so the number still be aligned with the line :
\documentclass[12pt,a4paper]{letter}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage{pifont}
\begin{document}
\begin{enumerate}
\item[{\Large \ding{182}}] Toto
\end{enumerate}
\end{document}
I failed to find a command making this possible, is it possible to do so, or do you see a better way to achieve this purpose ?


tikz-based approach as for example shown here: https://tex.stackexchange.com/a/50452/134144? – leandriis Feb 21 '21 at 10:59