in reply to Tk UCS-2LE:code point too high
Take a look at the charnames pragma and, in particular, its charnames::viacode(code) function, which might achieve what you're after:
$unsupported_character = ! defined charnames::viacode($your_code) [download]
— Ken