I've downloaded a CV template to play with from here, all is going well when I'm outputting with XeLaTeX apart from one thing, I can't understand the use of the string
Ê Ê Ê Ê&
In this piece of markup
\begin{tabularx}{0.97\linewidth}{>{\raggedleft\scshape}p{2cm}X}
\gray Period & \textbf{March 2009 --- August 2010 (Part Time)}\\
\gray Employer & \textbf{Buy More} \hfill New York, USA\\
\gray Job Title & \textbf{Supermarket Clerk}\\
Ê Ê Ê Ê& Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et auctor neque. Nullam ultricies sem sit amet magna tristique imperdiet.
\end{tabularx}
Outputting with that string in makes the document format properly however leaves behind four square characters, removing them causes the format of the entire document to fall apart.
What's going on here? I'm using a different font to the template as I don't have the font specified on my OS (linux mint).

Ê Ê Ê Êthe table format should be unaffected other than that string going as the first column is fixed width – David Carlisle Jan 6 at 1:20Lorem...to be in the second column, without that&it goes in the first column. Most likely the accented E were a mistake due to some encoding messup. – David Carlisle Jan 6 at 1:27