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+0029
41
29
101001
)
The grapheme for the right parenthesis character. It is represented by the following codes: Unicode U+0029; Dec 41; Hex 29; HTML ). When creating a URL this character should be replaced with \"%29\". This character is compatible with all known dictionary entries.
*
U+002A
42
2A
101010
*
The grapheme for the asterisk character. It is represented by the following codes: Unicode U+002A; Dec 42; Hex 2A; HTML *. When creating a URL this character should be replaced with \"%2A\".
+
U+002B
43
2B
101011
+
The grapheme for the plus sign character. It is represented by the following codes: Unicode U+002B; Dec 43; Hex 2B; HTML +. When creating a URL this character should be replaced with \"%2B\". This character is compatible with all known dictionary entries.
,
U+002C
44
2C
101100
,
The grapheme for the comma character. It is represented by the following codes: Unicode U+002C; Dec 44; Hex 2C; HTML ,. When creating a URL this character should be replaced with \"%2C\". This character is compatible with all known dictionary entries.
-
U+002D
45
2D
101101
-
The grapheme for the hyphen-minus character. It is represented by the following codes: Unicode U+002D; Dec 45; Hex 2D; HTML -. This character is compatible with all known dictionary entries.
.
U+002E
46
2E
101110
.
The grapheme for the full stop or period character. It is represented by the following codes: Unicode U+002E; Dec 46; Hex 2E; HTML .. This character is compatible with all known dictionary entries.
/
U+002F
47
2F
101111
/
The grapheme for the solidus or slash character. It is represented by the following codes: Unicode U+002F; Dec 47; Hex 2F; HTML /. This character is compatible with all known dictionary entries.
:
U+003A
58
3A
111010
:
The grapheme for the colon character. It is represented by the following codes: Unicode U+003A; Dec 58; Hex 3A; HTML :.
;
U+003B
59
3B
111011
;
The grapheme for the semicolon character. It is represented by the following codes: Unicode U+003B; Dec 59; Hex 3B; HTML ;. When creating a URL this character should be replaced with \"%3B\". This character is compatible with all known dictionary entries.