Algosim documentation: ChrName

ChrName

Returns the name of a Unicode character.

Syntax

Description

ChrName(c) returns the name of the Unicode character c.

Examples

ChrName("A")
LATIN CAPITAL LETTER A
ChrName("ᚱ")
RUNIC LETTER RAIDO RAD REID R
characters("∫∬∭∮∯∰") @ ChrName
INTEGRAL
DOUBLE INTEGRAL
TRIPLE INTEGRAL
CONTOUR INTEGRAL
SURFACE INTEGRAL
VOLUME INTEGRAL

See also