There are also non-visible Unicode characters that are also very useful. A useful example and one that I use frequently is the Line Feed character, that moves all subsequent text to a new line. This is useful if you are inserting dynamic text into a Label and need to separate content onto more than one line. Line Feed is denoted by Char(10) and can be concatenated as below