Skip to content

utf32

The utf32 is a character type keyword used to represent UTF-32 encoded code points.

Syntax

utf32 myChar = U'A'; // immutable utf32 character constant.
var utf32 myChar = U'A'; // mutable utf32 character variable.