I wish to use such a symbol in an itemize environment.
I found these symbols: \triangleright and \rhd from this question. Here is a MWE:
\documentclass[oneside,11pt]{book}
\usepackage[semibold,tt=false]{libertine}
\usepackage{libertinust1math}
\usepackage{enumitem}
\begin{document}
\begin{itemize}[label=$\triangleright$]
\item A
\item B
\end{itemize}
\begin{itemize}[label=$\rhd$]
\item A
\item B
\end{itemize}
\end{document}
Can you please help me find closed analogues of the above?


\(and\). In this case I must say I simply remembered the command, but in general to find standard symbols you can try detexify. – Vincent Nov 30 '20 at 20:48