diff --git a/code b/code new file mode 100644 index 0000000..e8c14df --- /dev/null +++ b/code @@ -0,0 +1,4 @@ +Python: + Unicode char from codepoint: + # https://stackoverflow.com/a/10715694 + chr(int("codepoint", 16))