what are the corresponding unicode values of lower case and upper case letters from a to z
Same as ASCII (but with leading 0s :)
A-Z = U+0041 - U+005A = 65-90 decimal
a-z = U+0061 - U+007A = 97-122 decimal
Same as ASCII. All ASCII characters have the same values in Unicode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With