Because \ is a "special character" in a KM text field (and on the web site) you have to "escape" it with a \. So as @tiffle says, to get \\ you have to type \\\\ -- "escape-char actual-char escape-char actual-char".
You can see more special characters, plus examples of how \ can be used as a special character, on the Wiki's "Tokens" page.