vdurmont / emoji-java

The missing emoji library for Java :heart:
MIT License
2.61k stars 513 forks source link

add feature convert Unicode to Hexadecimal code. #180

Open rogeriofonseca opened 3 years ago

rogeriofonseca commented 3 years ago

I worked on a chatbot project using WhatsApp API that I needed to convert Unicode to Hexadecimal. I implemented this feature on "emoji-java”.

this feature converts from "😃 " to "\ud83d\ude03"

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.3%) to 92.655% when pulling 4531fab089a070b1b23590f1ca4c279046a4a628 on rogeriofonseca:master into 9a90624aa0a50f1785d6a10e1fcb2a296ce468f7 on vdurmont:master.