\textcircled in newpxtext do not work with ctex
in newpx documentation, it says:
if I use
\documentclass{article}
\usepackage{newpxtext}
\usepackage{ctex}
\begin{document}
\textcircled{X}\textcircled{2}
\end{document}
it is correct, but if I add \usepackage{ctex} and it will look like this:


\documentclass{ctexart}both work. Another package is hyperref which also redefine\textcircledand it should be loaded before newpxtext – Firestar-Reimu Oct 26 '22 at 07:30