for k in dir(unicode):
v = getattr(unicode, k, None)
help(v)