• As you are using a varchar it changing the size will not make a difference as the size used is variable depending on the data.

    The storage size is the length of the data + 2 bytes

    I would question the need to use a unicode datatype though going by the sample data you provided.