CODE Suggest EditsReturns the numeric Unicode map value of the first character in the string provided. Parameters text String (required) - The string whose first character's Unicode map value will be returned. Returns Number Examples JavaScriptCODE('Test') // returns 84 Updated about 1 year ago Table of Contents Parameters Returns Examples