I want to use Unicode characters (for Korean language, i.e. Hangul: U+AC00 - U+D7A3; maybe also U+1100 - U+11FF) in the output of latex(/pdflatex) while the LaTeX source file should be coded in 7 bit ASCII as before.
I would like to have something similar to \ding{number} for ZapfDingbats
for Unicode selected via its hexcode, something like:
\unicodechar{bc73}
to generate a character. The output should be generated as before:
latex -> dvips -> ps2pdfwr
Until now I have only seen unicode examples using UTF-8 encoding in source code - which is not an option for me - and typically using xelatex (disrupting my book - having problems with the packages I am using). I use TeXLive 2012 (Debian) fully installed (incl. CJK package) under Xubuntu 12.10, so in principle the fonts should be there.
I would really appreciate any answer or at least a hint to the solution - or in worst case a reason why this may not be possible at all.
NEWLY ADDED: Please read the facts above. No comment or answer is even near the question - look at unicode questions here - this question is totally different. No German Umlaute or Eurosign - that's simple. No entering of Unicode chars in the editor or elsewhere, only visible in the output. No XeLaTeX or LuaLaTeX.
Just an example to print Hangul characters under conditions given above or a reason why it won't work with latex/pdflatex - please.
CJK? Why notxeCJK? – C.R. Jan 8 at 7:54