Python unicode character codes?
Is there a way to "insert" a Unicode character into a string in python? For example,
>>>import unicode
>>>string = u'This is a full block: %s' % (unicode.charcode(U+2588))
>>>print string
This is a full block: █
tkbx
- 16.4k
- 34
- 93
- 123
lang-py