I would like to covert a 4 digit hexadecimal code point to UTF8.
For example:
4e00 to 一
I’m looking for a quick single line solution. I’ve tried several solutions like this:
Dim s1 As String = Char.ConvertFromUtf32(&H28E02)
I don’t think they are built for my 4 digit code though.
Try with