Are there Unicode-codepoints which represent letters but which are neither upper- nor lower-case?
In particular are there characters for which the Java-Function java.lang.Character.isLetter will return true, but java.lang.Character.isUpperCase and java.lang.Character.isLowerCase will return false?
It’s trivial to test this for yourself:
You’ll find that writes out lots of entries.