Please feel free to use without credit. I know how annoying case detection on Scratch can be, so I made this for anyone to benefit from. This is able to check all 6700 unicode characters with case assignments. How to use: input any string into the unicodeCaseDetect function. What is outputted? The output is the variable 'unicodeCaseDetectOutput'. If you entered a single letter, the output variable will return a "1" for a capital letter, a "0" for an uppercase letter, and a "!" for a character without an upper/lower case. If you entered multiple letters, it will string together "1"s "0"s and "!"s in order. Examples: Input: L Output: 1 Input: Hello, I am ampara, and I joined Scratch in 2016. Output: 10000!!1!00!000000!!000!1!000000!1000000!00!!!!!! Input: Ϣϣ Output: 10 A special shoutout to the characters K, Å, Θ, and Ω for being broken. This project would've taken 1/4 as long if they weren't there to ruin the party.