The portion of the Unicode standard which describes the character codespace is known as the Universal Character Set (UCS). UCS is also published separately by the International Organization for Standardization as ISO/IEC 10646.
The UCS codespace consists of 17 planes, each containing 65,536 characters. These planes are listed below. Only Plane 0 is directly supported by OS/2.
The first 256 codepoints of the BMP (U+0000 through U+00FF) map directly to ISO-8859-1, the ISO Latin-1 encoding; this corresponds to OS/2 codepage 819. On OS/2 systems, this fact is principally useful with respect to the basic ASCII character set (U+0020 through U+007F).
See the next two sections for a breakdown of the specific character sets assigned to each value range.