Random emoji ๐ฒ in one line
January 18, 2025 ยท View on GitHub
printf "%b\n" "\U1F$(shuf -i600-700 -n1)"
PS: I am still working on a better way, this will only generate emojis in UNICODE range
1F601to1F700while ignoring codepoints like1F60A๐. Let me know if you have a beter way (create an issue)