\makeatletter
\newlength\@SizeOfCirc%
\newcommand{\CricArrowRight}[1]{%
\setlength{\@SizeOfCirc}{\maxof{\widthof{#1}}{\heightof{#1}}}%
\tikz [x=1.0ex,y=1.0ex,line width=.15ex, draw=black]%
\draw [->,anchor=center]%
node (0,0) {#1}%
(0,1.2\@SizeOfCirc) arc (-90:180:1.2\@SizeOfCirc);%
}%
\makeatother
This being in the premeable and the code below used in the document,
\begin{equation}
\CricArrowRight{+}\sum M_{z})_{o}&=0
\end{equation}
what I have produced is this,
but what I need to produce is the following:
Could you please help me write the equation above properly?







*.8might look better, such that it does not rival the size of the symmation symbol. – daleif Jul 28 '15 at 11:57+but may be if one uses another symbol another values are better (the default-90:180might be the most general). @daleif That might be true (I edited the answer), in any case, it's quite easy to change the*.8by whatever one prefers. – Manuel Jul 28 '15 at 12:04