A significant number of emoji characters are found in Unicode Standard . If you, for example, work with Qt 5.3 on Mac OS X 10.9, inserting emoji characters in text editors, they should work just like when pasting any other character.
, ? / [], , (, ) emoji ".
. .
Qt
QFontDatabase fontDB;
fontDB.addApplicationFont(":/A Font Supporting Emoji.ttf");
QTextEdit,
setFont(QFont(QStringLiteral("A Font Supporting Emoji")));
emoji.