Constant

UNI_NONSPACING_MARK

A non-spacing combining mark (zero advance width).

Since v1.0
enum unigc {
    UNI_NONSPACING_MARK,
}

Discussion 🔗

A combining mark is a code point that is intended to modify another character.

Examples of specific code points include:

  • Combining Acute Accent (U+0301)
  • Arabic Sign Takhallus (U+0614)