{"type":"rich","version":"1.0","author_name":"betoneto (npub1yx…4m7cp)","author_url":"https://nostr.ae/npub1yxkzj4smth5sehppn90uqur4yhxh3j999krhyx4ks8favzw3ut0se4m7cp","provider_name":"njump","provider_url":"https://nostr.ae","html":"/run py\ndef decode_secret_emoji(text):\n      f = lambda c: c - 0xfe00 if 0xfe00 \u003c= c \u003c= 0xfe0f else c - 0xe00f0 if 0xe0100 \u003c= c \u003c= 0xe01ef else -1\n      return bytes(b for c in text if (b := f(ord(c))) \u003e= 0).decode('utf-8', errors='replace')\n\nprint(decode_secret_emoji(\"👨‍👩‍👧‍👦󠄤󠇔󠆪󠆪󠇕󠆞󠆦󠇖󠆇󠅿󠇓󠅱󠅶󠇓󠅱󠆛󠇓󠅲󠅵󠇓󠅱󠅶󠇓󠅰󠅱󠇓󠅱󠆄󠇓󠅱󠆄󠇓󠅱󠆚󠇓󠅲󠆃󠇟󠆬󠅱\"))"}
