Loading

Paste #p5i1k9yzd

  1. Python 3.5.2 (default, Sep 14 2016, 11:28:32)
  2. [GCC 6.2.1 20160901 (Red Hat 6.2.1-1)] on linux
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> s = "\u2717"
  5. >>> print(ord(s))
  6. 10007

Comments