String.Chr (gb)

Static Function Chr ( Unicode As Integer ) As String

Returns a character from its Unicode value. It is UTF-8 encoded.

Examples

' How to display the 'ni' chinese character
PRINT String.Chr(20320)