unicodedata: The Unicode Character Database Module

1 Description

The Python unicodedata module exists to allow you to query the Unicode Character Database (UCD). You may use this module to obtain information such as what the character name is, what category the character belongs in, or what the numeric value of the character is.

This document was last updated: