[][src]Function gh_emoji::get

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

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.