Constant
UNI_OTHER_LETTER
An ideograph or letter in a unicase alphabet.
Since v1.0
enum unigc {
UNI_OTHER_LETTER,
}
Discussion 🔗
An ideogram or ideograph is a graphic symbol that represents an idea or concept. For example, Chinese characters.
Unicase alphabets are alphabets with just one case for its letters. For example, Arabic, Telugu, and Hangul.
Examples of specific code points include:
- Arabic Letter Hah (
U+062D
) - Hebrew Letter Tsadi (
U+05E6
) - CJK Unified Ideograph-3401 (
U+3401
)