Interesting read.

https://davidamos.dev/why-cant-you-reverse-a-flag-emoji/

`

flag = “๐Ÿ‡บ๐Ÿ‡ธ” reversed_flag = flag[::-1] print(reversed_flag)๐Ÿ‡ธ๐Ÿ‡บ `

https://stackoverflow.com/questions/64136641/how-to-reverse-a-string-that-contains-complicated-emojis

A library that does the reverse operation correctly.

https://github.com/dotcypress/runes