I'm trying to convert english character into Star Wars Aurebesh characters. I found the unicode code assignment for Aurebesh characters here: http://www.kreativekorp.com/ucsur/charts/aurebesh.htm
So with code point such as "U+E890", can I print out the Aurebesh character in python?
print u'\ue890'