AP. List of unicode symbols

Run Settings
LanguagePython
Language Version
Run Command
from __future__ import print_function print("Let's just see the list of first 16000 unicode symbols:") for i in range(0, 16000): print(unichr(0 + i).encode('utf-8'), end='')
Editor Settings
Theme
Key bindings
Full width
Lines