Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Python imports this module automatically, when it sees
  2. # the first \N{} escape
  3. # import ucnhash
  4.  
  5. print repr(u"\N{FROWN}")
  6. print repr(u"\N{SMILE}")
  7. print repr(u"\N{SKULL AND CROSSBONES}")
  8.  
  9. ## u'\u2322'
  10. ## u'\u2323'
  11. ## u'\u2620'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement