howto/code
2019-10-03 12:30:04 -04:00

5 lines
122 B
Plaintext

Python:
Unicode char from codepoint:
# https://stackoverflow.com/a/10715694
chr(int("codepoint", 16))