I'm writing a report and I'd like to use superscript references (like I'm already using for the bibliography) to link to a section withing an \appendix so it appears as a superscript with brackets like [A.1] or [A.2] (to match the section I'm pointing).
All I've been able to do is the following:
\documentclass[12pt,a4paper]{article}
\usepackage[hidelinks]{hyperref}
%a million other packages
\begin{document}
Text see annex 1\ref{ref:a}
\appendix
\section{title of annex}
information\label{ref:a}
\end{document}
This works well enough, except it only displays an A without brackets with the same size as the text. Any ideas?

superscriptis misleading, here. – Oct 25 '17 at 11:11x^{2}for me ... – Oct 26 '17 at 20:31