get

Function get 

Source
pub fn get(name: &str) -> Option<&str>
Expand description

Find Unicode representation for given emoji name

The name should be without :, e.g. smile.

Case sensitive. Returns None if the name is not recognized.