Constant

UNI_OPEN_PUNCTUATION

An opening punctuation mark (of a pair).

Since v1.0
enum unigc {
    UNI_OPEN_PUNCTUATION,
}

Discussion 🔗

A code point representing an opening punctuation mark. Most have a corresponding closing punctuation mark. For example, Left Parenthesis (U+0028) and Right Parenthesis (U+0028).

Examples include:

  • Left Parenthesis (U+0028)
  • Left Square Bracket (U+005B)
  • Left Curly Bracket (U+007B)