I'm looking for a UTF-8 table / tables etc. with all the lowercase (small) and uppercase (capital) characters in (hexa-)decimal form and with a relation between the elements. So far I found:
- https://www.fileformat.info/info/unicode/category/Ll/list.htm
- https://www.fileformat.info/info/unicode/category/Lu/list.htm
these are nice lists, though:
- there is no relation between the 2 tables (I could create this by means some scripting creating a new table)
- the values are Unicode values and not utf-8 (hexa-)decimal values.
Any suggestions?