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

Creates a Char from an unsigned long code point.

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