Character
The use of characters can be updated dynamically as the needs of the schema change. These two portions of the schema are under less onerous change management rules than the other portions. Therefore, coverage of them here is abbreviated.
More specific types:
<
U+003C
60
3C
111100
<
The grapheme for the less-than sign character. It is represented by the following codes: Unicode U+003C; Dec 60; Hex 3C; HTML <. When creating a URL this character should be replaced with \"%3C\". This character is compatible with all known dictionary entries.
=
U+003D
61
3D
111101
=
The grapheme for the equal sign character. It is represented by the following codes: Unicode U+003D; Dec 61; Hex 3D; HTML =. This character is compatible with all known dictionary entries.
>
U+003E
62
3E
111110
>
The grapheme for the greater-than sign character. It is represented by the following codes: Unicode U+003E; Dec 62; Hex 3E; HTML >. When creating a URL this character should be replaced with \"%3E\". This character is compatible with all known dictionary entries.
?
U+003F
63
3F
111111
?
The grapheme for the question mark character. It is represented by the following codes: Unicode U+003F; Dec 63; Hex 3F; HTML ?. This character is compatible with all known dictionary entries.
@
U+0040
64
40
1000000
@
The grapheme for the at sign or commercial at character. It is represented by the following codes: Unicode U+0040; Dec 64; Hex 40; HTML @. When creating a URL this character should be replaced with \"%40\". This character is compatible with all known dictionary entries.
[
U+005B
91
5B
1011011
[
The grapheme for the left square bracket character. It is represented by the following codes: Unicode U+005B; Dec 91; Hex 5B; HTML [. When creating a URL this character should be replaced with \"%5B\". This character is compatible with all known dictionary entries.
\\
U+005C
92
5C
1011100
\
The grapheme for the backslash character. It is represented by the following codes: Unicode U+005C; Dec 92; Hex 5C; HTML \. This character is compatible with all known dictionary entries.
]
U+005D
93
5D
1011101
]
The grapheme for the right square bracket character. It is represented by the following codes: Unicode U+005D; Dec 93; Hex 5D; HTML ]. When creating a URL this character should be replaced with \"%5D\". This character is compatible with all known dictionary entries.
^
U+005E
94
5E
1011110
^
The grapheme for the circumflex accent character. It is represented by the following codes: Unicode U+005E; Dec 94; Hex 5E; HTML ^. When creating a URL this character should be replaced with \"%5E\". This character is compatible with all known dictionary entries.