Constant
UNI_ENCLOSING_MARK
An enclosing combining mark.
Since v1.0
enum unigc {
UNI_ENCLOSING_MARK,
}
Discussion 🔗
A combining mark is a code point that is intended to modify another character.
Examples of specific code points include:
- Combining Enclosing Diamond (
U+20DF
) - Combining Enclosing Circle Backslash (
U+20E0
)