Skip to content

This program is used to get a list of unicode of emoji.

Notifications You must be signed in to change notification settings

shinshin86/emoji-unicode-list-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-unicode-list-rs

This program is used to get a list of unicode of emoji.

The data is obtained from this site.
UnicodeのEmojiの一覧

Usage

cargo run > unicode.json

We get data with this kind of structure.

  • unicode : emoji's unicode.
  • name : emoji's name.
[{"unicode":"U+0023","name":"NUMBER SIGN"},{"unicode":"U+002A","name":"ASTERISK"},{"unicode":"U+0030","name":"DIGIT ZERO"}...]

About

This program is used to get a list of unicode of emoji.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages