I have defined a string variable:

Code:
Dim strSearchText as String
strSearchText = "Aug‎ ‎16‎, ‎2016"
I thought the length of this variable would be 12 characters but when I type "Len(strSearchText)" in the Immediate window it shows the length to be 16 characters.

What am I missing?