I am trying to draw a commutative diagram using tikz-cd. I have two sets A,B, placed in an up-down manner. Now I want to typeset $A\subset B$, but given their relative positions the \subset notation must face upward. How can I do that?
p.s. It does matter whether the notation appears as an arrow object or an entry.
My program is something like this
\documentclass{article}
\usepackage{tikz-cd}
\begin{document}
\[\begin{tikzcd}
B\ar[rdd]&\\
\subset&\\
A\ar[r,hook]&C\\
\end{tikzcd}\]
\end{document}
And what I am trying to achieve is to make the \subset face upward.




\begin{tikzcd}...\end{tikzcd}. do you try to use\cupinstead of ˙subset`? – Zarko Sep 21 '19 at 10:10\begin{tikz-cd}mistake - it is not so serious, and the code is short so it is easy to see and correct, but in other cases something like this might make it a lot harder to answer the question. – Marijn Sep 21 '19 at 15:16