Constant
UNI_UNASSIGNED
An unassigned code point or a non-character.
Since v1.0
enum unigc {
UNI_UNASSIGNED,
}
Discussion 🔗
Unassigned code points belong to the Other category. An example of an unassigned code point is U+2F35F
.
An unassigned code point or a non-character.
enum unigc {
UNI_UNASSIGNED,
}
Unassigned code points belong to the Other category. An example of an unassigned code point is U+2F35F
.