答案1
正如我所评论的,请参阅tikz-cd手册了解更多信息
\documentclass[border=10pt]{standalone}
\usepackage{tikz-cd,fourier}
\begin{document}
\tikzset{
fourier to/.tip={Glyph[glyph math command=rightarrow]},
fourier notowns/.tip={Glyph[glyph math command=notowns]},
}
\tikz[line width=.53pt]\draw[fourier notowns-fourier to](0,0)to[bend right](1,0);
\end{document}