Free cookie consent management tool by TermsFeed code() Function
code() Function

Function

code( text )

Converts the text into Unicode integers.

Parameters

Keyword Type Description

text

Text

The text to be converted into Unicode codes.

Returns

Number

Examples

code("Convert to Unicode") returns 67, 111, 110, 118, 101, 114, 116, 32, 116, 111, 32, 85, 110, 105, 99, 111, 100, 101

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

code() Function

FEEDBACK