Constant
UNI_INITIAL_PUNCTUATION
An initial quotation mark.
Since v1.0
enum unigc {
UNI_INITIAL_PUNCTUATION,
}
Discussion 🔗
A code point representing an opening quotation mark. Most have a corresponding closing quotation mark. For example, Left Single Quotation Mark (U+2018
) and Right Single Quotation Mark (U+2019
).
Examples include:
- Left Single Quotation Mark (
U+2018
) - Left Double Quotation Mark (
U+201C
)