howto/code

5 lines
122 B
Plaintext
Raw Permalink Normal View History

2019-10-03 16:30:04 +00:00
Python:
Unicode char from codepoint:
# https://stackoverflow.com/a/10715694
chr(int("codepoint", 16))