Hi,
I'm puzzled I can't display unicode characters higher than u"\u2094". I can display all below and including u"\u2094" but nothing starting from u"\u2095" and up. How could that be?
e.g.
self.label = QLabel(unichr(int('2094', 16)) + unichr(int('2098', 16)))