text →
code-point() → integer

Returns the Unicode code point represented by a single Unicode scalar value. Returns null for any other input.

Parameters

This function has no parameters.

Examples

"😀" | code-point  128512

Kind: Function
Scope: text/conversion
Aliases: None


This site uses Just the Docs, a documentation theme for Jekyll.