Get unicode string for passed in unicode

Get unicode string for passed in unicode

unichr(i) returns the Unicode string of one character whose Unicode code is the integer i.


print unichr(123)

The code above generates the following result.





















Home »
  Python »
    Language Basics »




Python Basics
Operator
Statements
Function Definition
Class
Buildin Functions
Buildin Modules