fork download
  1. chars = ['💻']
  2. unicode_codes= {char: hex(ord(char)) for char in chars}
  3. print(unicode_codes)
Success #stdin #stdout 0.1s 14060KB
stdin
Standard input is empty
stdout
{'💻': '0x1f4bb'}