klyn.Char.Char
constructor
public native Char(value as UInt)
Description

Creates a Char from an unsigned integer code point.

Parameters
ParameterDescription
valueUnicode scalar value.
Throws
  • ValueException if value exceeds 0x10FFFF or belongs to the UTF-16 surrogate range.
Example
assert Char(0x03C0u) == 'π'