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