Get Description of Emoji Character

后端 未结 4 1230
野性不改
野性不改 2020-12-03 11:23

Each Emoji has a description that you can see in Mac OS\'s ⌃⌘Space special character picker. There\'s a list of them here. Is there a way for me to query for th

4条回答
  •  春和景丽
    2020-12-03 11:33

    The Core Foundation function CFStringTransform() has transformations that determine the Unicode standard name for special characters. Example:

    let c : Character = "

提交回复
热议问题