Is there a module that happens to have an easily accessible Unicode Kanji Table in it? Perhaps stored in a hash? I've got this link here
I need to basically loop through, and do something with each unicode string. The problem is they're in hex, so traditional loops are no good.
EDIT: I see you can loop using Hex numbers. That looks like the easiest way right now.