Lowercase Letters
Category: LlA lowercase letter having an uppercase mapping in bicameral writing systems.
Unicode Block Distribution
Lowercase Letter characters are distributed across 39 Unicode blocks.
Script & Writing System Distribution
Lowercase Letter characters span 18 writing systems.
Technical Classification & Regex Reference
Normative Classification Semantics
In the Unicode Character Database, General_Category is the primary normative classification assigned to every code point. As noted in Unicode Standard Annex #44, this property reflects a character’s primary linguistic or functional usage, but does not capture every contextual use in real-world typography.
Regular Expression Matching
In modern regular expression engines (PCRE, Python, ECMAScript, Java, Rust, .NET), match characters belonging to this category with:
\p{Ll}
// Matches any Lowercase Letter