Package emoji makes working with emojis easier. Please see License File for more information. To look up the correct unicode value and the name of the character.
For group play, split players into teams. You can play it as a group or make it an individual party activity. It is probably best for tweens and up, since you do need some background knowledge about your Christmas songs. If you think an emoji constant is not correct, open an issue. This Christmas Song Emoji Game makes a great Christmas party game. You have to add it to customEmojis list at internal/generator/main. I am accepting PRs that add aliases to the package. You can generate country flag emoji with ISO 3166 Alpha2 codes: emoji.CountryFlag('tr') // 🇹🇷Įmoji.Parse('country flag alias :flag-gb:') // country flag alias 🇬🇧Īll constants are generated by internal/generator. emoji.CallMeHand // 🤙Į(emoji.Dark) // 🤙🏿Īlso, it has additional emoji aliases from github/gemoji. This package contains emojis constants based on Full Emoji List v13.0. Use fmt wrappers 👍 with emoji support 🎉 Inspired by spatie/emoji Install 💾 go get /enescakir/emojiįmt.Printf('Hello %v\n', emoji.WavingHand)įmt.Printf('Different skin tones.\n default: %v light: %v dark: %v\n',įmt.Printf('Emojis with multiple skin tones.\n both medium: %v light and dark: %v\n',Į(emoji.Medium),Į(emoji.Light, emoji.Dark),įmt.Println(emoji.Parse('Emoji aliases are :sunglasses:'))Įmoji.Println('Use fmt wrappers :+1: with emoji support :tada:')īoth medium: 🧑🏽🤝🧑🏽 light and dark: 🧑🏻🤝🧑🏿 It lets you use emoji characters in strings. Emoji is a minimalistic emoji library for Go.