UiFlow now supports unicode text in UI label, but not on the lcd class, and the font size is only 24pt.
Now the M5core2 arduino library supports a font loading by M5.Lcd.loadFont(),
so I am hoping that UiFlow also has this feature by writing
lcd.loadFont("somefont", SD);
or some code like that.