I'm new to learning Unicode, and not sure how much I have to learn based on my ASCII background, but I'm reading the C# spec on rules for identifiers to determine what chars are permitted within Azure Table (which is directly based on the C# spec).
Where can I find a list of Unicode characters that fall into these categories:
letter-character
: A Unicode character of classes Lu, Ll, Lt, Lm, Lo, or Nlcombining-character
: A Unicode character of classes Mn or Mcdecimal-digit-character
: A Unicode character of the class Ndconnecting-character
: A Unicode character of the class Pcformatting-character
: A Unicode character of the class Cf