% vim:ts=2 sw=2 et
% nobmp.tex : test for full support of LaTeX CJK.
% Edward G.J. Lee (02/10/06)
\documentclass[12pt,a4paper]{article}
\usepackage{CJKutf8,array}
\parindent=0pt
\parskip=1.618ex
\renewcommand{\arraystretch}{1.2}
\begin{document}
\begin{CJK}{UTF8}{songext}
\begin{center}
\section*{\LaTeX\ CJK full Unicode support test}

\begin{tabular}{>{\tt }p{2cm}p{1cm}>{\tt }p{2cm}p{1cm}}
\hline
uni20021 & 𠀡 & uni2003e & 𠀾 \\
uni2004e & 𠁎 & uni200ee & 𠃮 \\
uni201c1 & 𠇁 & uni201d4 & 𠇔 \\
uni2020c & 𠈌 & uni202bf & 𠊿 \\
uni204a3 & 𠒣 & uni204fe & 𠓾 \\
uni20547 & 𠕇 & uni20acd & 𠫍 \\
uni21305 & 𡌅 & uni21398 & 𡎘 \\
uni21619 & 𡘙 & uni217b4 & 𡞴 \\
uni21980 & 𡦀 & uni21a4b & 𡩋 \\
uni21dba & 𡶺 & uni22c38 & 𢰸 \\
\hline
\end{tabular}
\end{center}
\end{CJK}
\end{document}
