Lt
Titlecase Letter
31 characters — Letter group
Letters that are titlecase, used at the start of words in certain scripts.
In regular expressions, you can match any character in this category using
\p{Lt}
(Perl-compatible) or
\p{Titlecase Letter}
in languages that support named Unicode properties (Python, Java, .NET, Ruby, PHP).