chars = ['💻']unicode_codes= {char: hex(ord(char)) for char in chars}print(unicode_codes)
Standard input is empty
{'💻': '0x1f4bb'}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!