Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/george-the-penguin/unicode-emoji-list-java
Java library providing an extensive list of Unicode emojis. This library is designed to make working with Unicode emojis in Java applications effortless and intuitive.
https://github.com/george-the-penguin/unicode-emoji-list-java
emoji emoji-unicode java maven mit-license unicode
Last synced: about 5 hours ago
JSON representation
Java library providing an extensive list of Unicode emojis. This library is designed to make working with Unicode emojis in Java applications effortless and intuitive.
- Host: GitHub
- URL: https://github.com/george-the-penguin/unicode-emoji-list-java
- Owner: george-the-penguin
- License: mit
- Created: 2023-11-21T00:24:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T03:21:09.000Z (12 months ago)
- Last Synced: 2023-11-27T04:25:55.933Z (12 months ago)
- Topics: emoji, emoji-unicode, java, maven, mit-license, unicode
- Language: Java
- Homepage: https://github.com/george-the-penguin/unicode-emoji-list-java
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unicode-emoji-list-java 😃
`unicode-emoji-list-java` is a comprehensive Java library providing an extensive list of Unicode emojis. This library is
designed to make working with Unicode emojis in Java applications effortless and intuitive.## Features 🌟
- **Extensive Emoji Support**: Access a wide range of Unicode emojis.
- **Easy Integration**: Simple setup process for integrating with any Java project.
- **Regular Updates**: Stay up-to-date with the latest emojis as per Unicode standards.## Getting Started 🚀
To get started with `unicode-emoji-list-java`, follow these steps:
1. **Add the Library to Your Project**:
```xml
dev.georgethepenguin
unicode-emoji-list-java
1.0.0-v15.1
```2. **Usage Example**:
```java
import dev.georgethepenguin.unicode.emoji.list.EmojiFaceSmilingSubCategory;public class Main {
public static void main(String[] args) {
System.out.println("Happy Emoji: " + EmojiFaceSmilingSubCategory.GRINNING_FACE.print());
}
}
```## Contributing 🤝
Contributions to `unicode-emoji-list-java` are always welcome!
- Fork the repository
- Create your feature branch (`git checkout -b new-feature`)
- Commit your changes (`git commit -am 'Add some feature'`)
- Push to the branch (`git push origin new-feature`)
- Create a new Pull Request## License 📄
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments 🙏
- Thanks to everyone who has contributed to this project!
- Special thanks to the [Unicode Consortium](https://home.unicode.org/) for maintaining the Unicode standards.