All Collections
Concepts
String Data Type
String Data Type
Daniel Chilcott avatar
Written by Daniel Chilcott
Updated over a week ago

Holds sequences of unsigned 16-bit (2-byte) code points that range in value from 0 through 65535. Each code point, or character code, represents a single Unicode character. A string can contain from 0 to approximately two billion (2 ^ 31) Unicode characters.

Did this answer your question?