4 lines
122 B
Text
4 lines
122 B
Text
Python:
|
|
Unicode char from codepoint:
|
|
# https://stackoverflow.com/a/10715694
|
|
chr(int("codepoint", 16))
|