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