Back to project page EmojiEverywhere.
The source code is released under:
GNU General Public License
If you think the Android project EmojiEverywhere listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package emojicon.emoji; /*from ww w . j a va 2 s .c om*/ /** * @author Chathura Wijesinghe (cdanasiri@gmail.com) */ public class Nature { public static final Emojicon[] DATA = new Emojicon[]{ Emojicon.fromCodePoint(0x1f436), Emojicon.fromCodePoint(0x1f43a), Emojicon.fromCodePoint(0x1f431), Emojicon.fromCodePoint(0x1f42d), Emojicon.fromCodePoint(0x1f439), Emojicon.fromCodePoint(0x1f430), Emojicon.fromCodePoint(0x1f438), Emojicon.fromCodePoint(0x1f42f), Emojicon.fromCodePoint(0x1f428), Emojicon.fromCodePoint(0x1f43b), Emojicon.fromCodePoint(0x1f437), Emojicon.fromCodePoint(0x1f43d), Emojicon.fromCodePoint(0x1f42e), Emojicon.fromCodePoint(0x1f417), Emojicon.fromCodePoint(0x1f435), Emojicon.fromCodePoint(0x1f412), Emojicon.fromCodePoint(0x1f434), Emojicon.fromCodePoint(0x1f411), Emojicon.fromCodePoint(0x1f418), Emojicon.fromCodePoint(0x1f43c), Emojicon.fromCodePoint(0x1f427), Emojicon.fromCodePoint(0x1f426), Emojicon.fromCodePoint(0x1f424), Emojicon.fromCodePoint(0x1f425), Emojicon.fromCodePoint(0x1f423), Emojicon.fromCodePoint(0x1f414), Emojicon.fromCodePoint(0x1f40d), Emojicon.fromCodePoint(0x1f422), Emojicon.fromCodePoint(0x1f41b), Emojicon.fromCodePoint(0x1f41d), Emojicon.fromCodePoint(0x1f41c), Emojicon.fromCodePoint(0x1f41e), Emojicon.fromCodePoint(0x1f40c), Emojicon.fromCodePoint(0x1f419), Emojicon.fromCodePoint(0x1f41a), Emojicon.fromCodePoint(0x1f420), Emojicon.fromCodePoint(0x1f41f), Emojicon.fromCodePoint(0x1f42c), Emojicon.fromCodePoint(0x1f433), Emojicon.fromCodePoint(0x1f40b), Emojicon.fromCodePoint(0x1f404), Emojicon.fromCodePoint(0x1f40f), Emojicon.fromCodePoint(0x1f400), Emojicon.fromCodePoint(0x1f403), Emojicon.fromCodePoint(0x1f405), Emojicon.fromCodePoint(0x1f407), Emojicon.fromCodePoint(0x1f409), Emojicon.fromCodePoint(0x1f40e), Emojicon.fromCodePoint(0x1f410), Emojicon.fromCodePoint(0x1f413), Emojicon.fromCodePoint(0x1f415), Emojicon.fromCodePoint(0x1f416), Emojicon.fromCodePoint(0x1f401), Emojicon.fromCodePoint(0x1f402), Emojicon.fromCodePoint(0x1f432), Emojicon.fromCodePoint(0x1f421), Emojicon.fromCodePoint(0x1f40a), Emojicon.fromCodePoint(0x1f42b), Emojicon.fromCodePoint(0x1f42a), Emojicon.fromCodePoint(0x1f406), Emojicon.fromCodePoint(0x1f408), Emojicon.fromCodePoint(0x1f429), Emojicon.fromCodePoint(0x1f43e), Emojicon.fromCodePoint(0x1f490), Emojicon.fromCodePoint(0x1f338), Emojicon.fromCodePoint(0x1f337), Emojicon.fromCodePoint(0x1f340), Emojicon.fromCodePoint(0x1f339), Emojicon.fromCodePoint(0x1f33b), Emojicon.fromCodePoint(0x1f33a), Emojicon.fromCodePoint(0x1f341), Emojicon.fromCodePoint(0x1f343), Emojicon.fromCodePoint(0x1f342), Emojicon.fromCodePoint(0x1f33f), Emojicon.fromCodePoint(0x1f33e), Emojicon.fromCodePoint(0x1f344), Emojicon.fromCodePoint(0x1f335), Emojicon.fromCodePoint(0x1f334), Emojicon.fromCodePoint(0x1f332), Emojicon.fromCodePoint(0x1f333), Emojicon.fromCodePoint(0x1f330), Emojicon.fromCodePoint(0x1f331), Emojicon.fromCodePoint(0x1f33c), Emojicon.fromCodePoint(0x1f310), Emojicon.fromCodePoint(0x1f31e), Emojicon.fromCodePoint(0x1f31d), Emojicon.fromCodePoint(0x1f31a), Emojicon.fromCodePoint(0x1f311), Emojicon.fromCodePoint(0x1f312), Emojicon.fromCodePoint(0x1f313), Emojicon.fromCodePoint(0x1f314), Emojicon.fromCodePoint(0x1f315), Emojicon.fromCodePoint(0x1f316), Emojicon.fromCodePoint(0x1f317), Emojicon.fromCodePoint(0x1f318), Emojicon.fromCodePoint(0x1f31c), Emojicon.fromCodePoint(0x1f31b), Emojicon.fromCodePoint(0x1f319), Emojicon.fromCodePoint(0x1f30d), Emojicon.fromCodePoint(0x1f30e), Emojicon.fromCodePoint(0x1f30f), Emojicon.fromCodePoint(0x1f30b), Emojicon.fromCodePoint(0x1f30c), Emojicon.fromCodePoint(0x1f320), Emojicon.fromChar((char) 0x2b50), Emojicon.fromChar((char) 0x2600), Emojicon.fromChar((char) 0x26c5), Emojicon.fromChar((char) 0x2601), Emojicon.fromChar((char) 0x26a1), Emojicon.fromChar((char) 0x2614), Emojicon.fromChar((char) 0x2744), Emojicon.fromChar((char) 0x26c4), Emojicon.fromCodePoint(0x1f300), Emojicon.fromCodePoint(0x1f301), Emojicon.fromCodePoint(0x1f308), Emojicon.fromCodePoint(0x1f30a), }; }