Unicode numbers

1 · John Cook · Oct. 7, 2022, 12:39 p.m.
There are 10 digits in ASCII, and I bet you can guess what they are. In ASCII, a digit is a decimal is a number. Things are much wilder in Unicode. There are hundreds of decimals, digits, and numeric characters, and they’re different sets. The following Python code loops through all possible Unicode characters, extracting […] The post Unicode numbers first appeared on John D. Cook....