Constant

UNI_OTHER_PUNCTUATION

A punctuation mark of other type.

Since v1.0
enum unigc {
    UNI_OTHER_PUNCTUATION,
}

Discussion 🔗

A code point representing a punctuation mark that does not fit in with any other punctuation mark categories. For example, a period (U+002E) and exclamation point (U+0021) which are punctuation marks to terminate sentences.

Examples of other punctuation marks include:

  • Question Mark (U+003F)
  • Semicolon (U+003B)
  • Section Sign (U+00A7)