Your console is configured to display codepage 1252 (Latin 1), which indeed cannot handle your codepoints. Switch your console to a different codepage that can display the characters.
You could switch to 1256:
chcp 1256
or switch to 65001 (the UTF-8 codepage), which should be able to handle any unicode codepoint. You may have to switch the font used for your console though; Lucida Sans is reported to display most of Unicode.