Instructions
The Case Charts provide charts of the characters in Unicode that differ from
at least one of their case forms (lower, title, upper, or fold).
To properly view these charts, your browser should be reasonably recent
so it handles Unicode and cascading style sheets, and you should install a
Unicode font and configure your browser to use it.
Notes:
- The index pages are ordered by the following:
- By script, unless the script is COMMON or INHERITED
- By general category, in the latter two cases
- If characters have a decomposition containing a cased character, but
do not have a case mapping (lower, title, upper, or fold), then they are
listed in NoCaseMapping.
- Within each chart page, the code points are sorted by lowercased NFKD,
to place related characters next to one another.
- To help pick out cells visually, the more interesting ones have a light
blue background. The other cells have grayed-out text.
- The more interesting ones are:
- lower: if different than the character
- title: if different than upper
- upper: if different than the character
- fold: if different than lower
- If your browser supports tool-tops, then hovering your mouse over cells
will show the names of the characters.
- For more information, see UAX
#21: Case Mappings.