Encodings

ASCII (1977/1986)
NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI
DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS US
SP ! " # $ % & ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~ DEL

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:

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
0FPUA-A Suppl. Private Use Area 1 0
10PUA-B Suppl. Private Use Area 1 0