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.)

Please keep in mind that it is always best to compose a fully compilable MWE that illustrates the problem including the
– Peter Grill Feb 14 '12 at 01:43\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.daggerto\daggereverything works as (I think) expected. you mentioncleverefin your title, but your code snippet doesn't use it – cmhughes Feb 14 '12 at 01:47