Unicode Scalars in iOS

﹥>﹥吖頭↗ 提交于 2019-12-11 19:53:07

问题


Is it possible to create a custom Unicode scalar value in iOS or to map an existing value to a bitmap glyph?

I'm curious to see if one can create custom characters and strings like Apple's emoji.


回答1:


According to the documentation, this is possible.

let customChar = "\u{5436}"


来源:https://stackoverflow.com/questions/25578183/unicode-scalars-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!