Constant
UNI_CLOSE_PUNCTUATION
An closing punctuation mark (of a pair).
Since v1.0
enum unigc {
UNI_CLOSE_PUNCTUATION,
}
Discussion 🔗
A code point representing a closing punctuation mark. Most have a corresponding opening punctuation mark. For example, Right Parenthesis (U+0028
) and Left Parenthesis (U+0028
).
Examples include:
- Right Parenthesis (
U+0029
) - Right Square Bracket (
U+005D
) - Right Curly Bracket (
U+007D
)