using xelatex I tried this:
\usepackage{graphicx}
\newcommand{\Vol}{\rotatebox[origin=c]{180}{\ensuremath{A}}}
\begin{document}
\Vol
\end{document}
I know there is \forall but that's obviously not the answer.
But the problem is when I try to do this:
\documentclass{article}
\usepackage{graphicx}
\usepackage{commath}
\usepackage{amsmath}
\newcommand{\Vol}{\rotatebox[origin=c]{180}{\ensuremath{A}}}
\begin{document}
$E_v=-\frac{\dif p}{\frac{\dif \Vol}{\Vol}}$
\end{document}
differential operator and volume get different size:



commath, it is buggy. – egreg Aug 18 '17 at 17:25