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

Creates a Char from a signed long code point.

Parameters
ParameterDescription
valueUnicode scalar value.
Throws
  • ValueException if value is not a Unicode scalar value.
Example
assert Char(0x1F600l) == '😀'