Using the package enumitem I can edit my enumerations to use roman numerals, so that
\begin{enumerate}[label=\textsc{\textsc(\roman*)}]
\item A
\item B
\item C
\item D
\end{enumerate}
yields the expected
(I) A
(II) B
(III) C
(IV) D
but in computer modern with nice formatting bits. How can I change this so that (IV) becomes (IIII) instead?

V,VI,VII,VIII,IX,X– albert Oct 01 '18 at 16:36