Unicode: Letter Character
Check if a character is a Unicode Letter
Type or paste characters in the box:
Characters that are Unicode letter:
What is a Unicode Letter
A Unicode Letter is a character whose Unicode property
general category
's major value is
L
. In general, language's alphabets are Unicode letters, and also
Chinese characters.
Examples of characters that's not Unicode letter: digits, punctuations, math symbols, emoji.
Many programing language's identifier allows only unicode letter characters. [see Programing Language: Unicode math symbols in function name, variable, operator]