Constructions, Planes.
A unicode position is given with six hexadecimal characters,
for example: 000000.
A position in a table, assigned to a character, is called a Code point.
The first two hex. characters gives the plane,
the remaining four give the position within.
Contiguous points form blocks of variable cardinality.
There are 17 possible planes, but only 7 assigned.
Since there are 256 possible combinations
from two hex. characters, note:
- The first 16 are from
00 to 0F.
- The 17th is at
10.
- all other are invalid.
Each Plane has an address space of four remaning hexadecimals.
This represents 65536 addresses. None are full.
The 3rd Plane Supplementary Ideographic
has 60866 assigned points, 92% of the capacity, the fullest.
| | Abbr. | Plane Name | Blocks | Points |
| 00 | BMP | Basic Multilingual | 163 | 55503 |
| 01 | SMP | Suppl. Multilingual | 134 | 22279 |
| 02 | SIP | Suppl. Ideographic | 6 | 60866 |
| 03 | TIP | - | 1 | 4939 |
| 0E | SSP | Suppl. Special-Purpose | 2 | 337 |
| 0F | PUA-A | Suppl. Private Use Area | 1 | 0 |
| 10 | PUA-B | Suppl. Private Use Area | 1 | 0 |