Hi, is it possible to use Unicode characters that are larger than 0xFFFF (=16bit) as a QChar? I tried this
QChar (0x0001F512)
and Windows 7 with Qt 4.7 only shows an empty rectangle. I also checked the Windows Character Map, but those tables always end with 0xFFFF as last character for a font. So I'm not sure if QChar is the limiting factor or if my Windows or its default font is not capable of showing this at all.

Ginsengelf