fromCodePoint

fun fromCodePoint(codePoint: Int): A_Character

Answer a shared Avail character for the specified Unicode code point.

Return

An AvailObject.

Parameters

codePoint

A Unicode code point.