Text Encoding Initiative

datatype.ucs


datatype.ucs (Unicode Codepoint) Any legal Unicode codepoint, expressed using the Unicode notational convention of ‘U+’ followed by four to six hexadecimal digits, using the digits 0-9 and A-F (for 10 through 15, respectively). Use sufficient leading zeros to ensure there are at least four hexadecimal digits, but no more.
Declaration

datatype.ucs = token { pattern = "U\+([1-9A-F][0-9A-F]?)?[0-9A-F]{4}" }
Module [wsd-ng]

Classes | Macros | Elements