How to convert Unicode to Text

I’m trying to convert from Unicode to Text.
unicode to text.gh (9.4 KB)
can anyone help me to solve this problem? Thank you

Heteroptera plugin has a feature…


unicode to text_re.gh (9.0 KB)

1 Like

You could also use Python:

image

a = chr(int(x))
3 Likes

thank you so much!

thank you, it’s great :star_struck: