Trying to add a fancy title to a UI button using Unicode characters.
vw['btn_underline'].title = u'U\u0332' works and gives me a button with an underlined capital U.
vw['btn_italic'].title = u'\u1D644' doesn't work. It should give the character MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I. Instead, it shows Unicode character \u1D64 (LATIN SUBSCRIPT SMALL LETTER U) followed by the number 4.
What's up with that?

Hmm, picture doesn't show? Here's the link: https://www.dropbox.com/s/9plukw5hloyzz25/unicode_buttons.jpg