Character limit for Strings/Text

What is my work around when I need more than 2000 characters in a String or Text

Store it in a file and save the file URL in the object property. When the object is loaded on the client-side, you can read-in the contents of the file by using the URL.