```dart String name = '😃'; // some emoji word String keyword = PinyinHelper.getFirstWordPinyin(name); print(keyword); // output � ```