Algosim documentation: ord

ord

Returns the Unicode codepoint of a character.

Syntax

Description

ord(c) returns the Unicode codepoint of c.

Examples

ord("∫")
222B₁₆	(8747₁₀)

See also