Quote Originally Posted by wysota View Post
How about:
Qt Code:
  1. QString s(QChar(140425));
  2. painter.drawText(..., s);
To copy to clipboard, switch view to plain text mode 
Thanks, but it doesn't work, I tried.

Documents for QChar:
The QChar class provides a 16-bit Unicode character.
In Qt, Unicode characters are 16-bit entities without any markup or structure. This class represents such an entity. It is lightweight, so it can be used everywhere. Most compilers treat it like a unsigned short.

I have tried to input the same character in a QTextEdit widget, it can not display this character too.
So, I think it's a bug, and I posted a bug report, but no one care about my bug report, maybe they are at holiday, or maybe there's too many other more important bugs to deal.