Hello. By default the TextPrint(String) constructor uses the default
text style, which in turn uses the system default font. Maybe
explicitly choose a font known to contain those characters?
grid.add(new TextPrint(bean.getChineseWords(), new TextStyle().font
(aFontWithChineseGlyphs)));
Matthew