问题
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