>>849

できます。例えばその領域をカバーしている Linux Libertine
フォントを使って,以下を XeLaTeX で処理すれば Tux ペンギン
が出ます。

\documentclass[a4paper]{article}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\begin{document}
\char"E000
\end{document}

ユニコード(utf-8)が表示できて,インプットメソッド
も備えているテキストエディタ(例えば Emacs)を使えば
\char"E000 の代わりに当該文字を直接記すこともできます。