Constant
UNI_SPACE_SEPARATOR
A space character (of various non-zero widths).
Since v1.0
enum unigc {
UNI_SPACE_SEPARATOR,
}
Discussion 🔗
A code point representing a space separator. These code points typically do not have a graphical representation.
Examples include:
- Space (SP) (
U+0020
) - Em Quad (
U+2001
)