\def\page{03}

\def\ch#1{\ent{\page#1}&}
\def\ent#1{\vbox{
\hbox{\begin{MathML}<math mode="inline"><mtext>&#x#1;</mtext></math>\end{MathML}}
\vspace{4pt}
\hbox{\hfil\Tiny#1\hfil}}}

\def\row#1{\hline
\ch{0#1}\ch{1#1}\ch{2#1}\ch{3#1}\ch{4#1}\ch{5#1}\ch{6#1}\ch{7#1}
\ch{8#1}\ch{9#1}\ch{A#1}\ch{B#1}\ch{C#1}\ch{D#1}\ch{E#1}\ch{F#1} \\
}

\def\sp{@{\hspace{1pt}}}
\def\head#1{{\Tiny\page#1}&}

\begin{array}{|\sp|c|c|c|c|c|c|c|c|\sp|c|c|c|c|c|c|c|c|\sp|}
\head{0}\head{1}\head{2}\head{3}\head{4}\head{5}\head{6}\head{7}
\head{8}\head{9}\head{A}\head{B}\head{C}\head{D}\head{E}\head{F}
\\
\row{0}\row{1}\row{2}\row{3}\row{4}\row{5}\row{6}\row{7}
\row{8}\row{9}\row{A}\row{B}\row{C}\row{D}\row{E}\row{F}
\hline
\end{array}

