From UTF32
Characters
From UTF32 is a ProtoFlux node that transforms a number in its respective UTF32 character, which can reside anywhere within valid Unicode codepoints.
Inputs
UTF32 (int)
The Unicode codepoint, as decimal, to convert.
Outputs
* (string)
The resulting converted character. If the input does not reside within valid Unicode codepoints, a null string will be outputted. Note that the output of this will not always containe one singular char
, specifically when the input extends past the Basic Multilingual Plane
Examples
-
Examples of the From UTF32 node and To UTF32 node, showcasing existing characters, valid but nonexistent characters, and invalid codepoints.