char>name ( char -- name )
Unicode data tables

Prev:name>char ( name -- char )
Next:property? ( char property -- ? )


Vocabulary
unicode

Inputs
chara code point


Outputs
namea string


Word description
Looks up the name of a given code point. Warning: this is not optimized for speed, to save space.

Definition