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

Creates a Char from a signed integer code point.

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