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

Answer from Jon Skeet on Stack Overflow
🌐
FileFormat
fileformat.info › info › unicode › char › a.htm
A to Z Index of Unicode Characters: starting with 'A'
A to Z Index of Unicode Characters: starting with 'A' · Search · Other · Count: 404 · Terms of Service | Privacy Policy | Contact Info
🌐
Quora
quora.com › What-are-the-unicode-of-A-to-Z
What are the unicode of A to Z? - Quora
Answer: The first 128 code points in Unicode are the same as the ASCII values. So, the capital letters A-Z from the English Latin alphabet run from 65 to 90, or, if you prefer, from hex 41 to 5A. The UTF-8 encoding fits all of these code points into a single code unit, and never uses these valu...
🌐
Medium
medium.com › @seoguru9988 › the-ultimate-guide-to-ascii-value-of-a-to-z-character-codes-explained-de4dfb6a75db
The Ultimate Guide to ASCII Value Of A to Z Character Codes Explained | by teachingbee | Medium
November 3, 2023 - As shown, ASCII value of A to Z (uppercase)is from 65 to 90 and ascii value of a to z(lower case) is from 97 to 122. ... Special CharacterASCII ValueSpace32!33“34#35$367&38‘39(40)41*42+43,44–45.46/47:58;59<60=61>62?63@64ASCII Value Of ...
🌐
Unicode Lookup
unicodelookup.com
Unicode Lookup: convert special characters
Unicode Lookup is an online reference tool to lookup Unicode and HTML special characters, by name and number, and convert between their decimal, hexadecimal, and octal bases.
🌐
FileFormat
fileformat.info › info › unicode › char › z.htm
A to Z Index of Unicode Characters: starting with 'Z'
A to Z Index of Unicode Characters: starting with 'Z' · Search · Other · Count: 36 · Terms of Service | Privacy Policy | Contact Info
Find elsewhere
🌐
Filo
askfilo.com › cbse › smart solutions › ascii values from a to z (in lower case)
ascii values from a to z (in lower case)... | Filo
January 1, 2025 - ASCII (American Standard Code for Information Interchange) assigns a unique numeric value to each character. For lowercase letters 'a' to 'z', the ASCII values range from 97 to 122. Below are the ASCII values for each lowercase letter: The ASCII ...
🌐
TechOnTheNet
techonthenet.com › unicode › chart.php
Unicode
The following is a listing of Unicode characters and their corresponding Unicode, Decimal, Hexadecimal, Octal, HTML Code/HTML Entity, and UTF-8 values. To change the range of Unicode characters displayed in the table, select a new range from the dropdown and click the Update button.
🌐
Character
character.construction › numbers
Unicode Numbers - Emoji [character construction]
Unicode Numbers · From A to Z · Box Library · Ancient Egypt · List of characters with a unique numeric value
🌐
Unicode
unicode.org › charts
Unicode 17.0 Character Code Charts
Scripts | Symbols & Punctuation | Name Index · Find chart by hex code: Help Conventions Terms of Use
🌐
John D. Cook
johndcook.com › blog › 2020 › 09 › 27 › alphabets-and-unicode
Patterns in Unicode values assigned to alphabets
November 1, 2024 - Why isn’t it zero, or at least a number that ends in zero? Well it is, in hex: 0x30. And the codes are in consecutive order, so the ASCII value of a digit d is d + 0x30. There are also patterns in ASCII codes for letters, and this post focuses on these patterns and their analogies in the ...
🌐
GitHub
gist.github.com › arrowtype › 713dad14fe9a574d58d1aab61ba9b2f0
The basics of working with unicode values in Python · GitHub
To go from a string to an unicode integer, you can use ord(), like: ... # also useful z = ord('A') # lowercase hex value x = f'{z:0>4x}' print(x) # > 0041 # uppercase hex value x = f'{z:0>4X} print(x) # > 0041
🌐
Hero Vired
herovired.com › learning-hub › topics › ascii-values-of-alphabets
ASCII Values of Alphabets - An A-Z Guide
April 16, 2026 - Printable ASCII Range (32–126) - Complete Reference: Memory anchors for the ascii value chart: Space=32 | 0–9: 48–57 | A–Z: 65–90 | a–z: 97–122 | Lowercase = Uppercase + 32
🌐
Unicode Chart
ssec.wisc.edu › ~tomw › java › unicode.html
Unicode Chart
Unicode Chart · Basic Latin · Latin-1 Supplement · Latin Extended-A · Latin Extended-B · IPA Extensions · Spacing Modifier Letters · Combining Diacritical Marks · Greek · Cyrillic
🌐
Unicode
unicode.org › charts › PDF › U0000.pdf pdf
C0 Controls and Basic Latin Range: 0000–007F
1D22 ᴢ latin letter small capital z · ASCII punctuation and symbols · 007B · { LEFT CURLY BRACKET · = opening curly bracket (1.0) = left brace · 007C · | VERTICAL LINE · = vertical bar, pipe · • used in pairs to indicate absolute value · • also used as an unpaired separator ...
🌐
FileFormat
fileformat.info › info › unicode › char › b.htm
A to Z Index of Unicode Characters: starting with 'B'
A to Z Index of Unicode Characters: starting with 'B' · Search · Other · Count: 330 · Terms of Service | Privacy Policy | Contact Info