Constant
UNI_SPACING_MARK
A spacing combining mark (positive advance width).
Since v1.0
enum unigc {
UNI_SPACING_MARK,
}
Discussion 🔗
A combining mark is a code point that is intended to modify another character.
Examples of specific code points include:
- Bengali Vowel Sign Ai (
U+09C8
) - Hangul Double Dot Tone Mark (
U+302F
) - Musical Symbol Combining Flag-3 (
U+1D170
)