In my document I have a tagged equation, something that goes like
\begin{equation}\tag{$\dagger$}\label{whatever} \end{equation}
Then latter I want to refer to it using \eqref{whatever}. But instead of a desired output ($\dagger$) I get something like (3). How do I fix this? (I also use hyperref and amsrefs in addition to cleveref.)

\documentclassand the appropriate packages so that those trying to help don't have to recreate it. Even though it may be trivial, any time you can save of those trying to help is appreciated. – Peter Grill Feb 14 '12 at 1:43daggerto\daggereverything works as (I think) expected. you mentioncleverefin your title, but your code snippet doesn't use it – cmhughes Feb 14 '12 at 1:47