Araq Wed, 06 Mar 2019 05:45:28 -0800
`import unicode var str = "\u5f7c\u884c\u3067" for r in runes(str): echo r `
Run