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. If you think an emoji constant is not correct, open an issue. You have to add it to customEmojis list at internal/generator/main.
Clapping Hands was approved as part of Unicode 6.0 in 2010 under the name 'Clapping Hands Sign' and added to Emoji 1.0 in 2015. I am accepting PRs that add aliases to the package. Two hands clapping emoji, which when used multiple times can be used as a round of applause. 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 is how the Christmas Tree appears on Skype Emoticons 1.2. 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.