Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.