Do not insert emoticons into sent messages in Skype version 12

Solution 1:

To trip up Skype's parser in Windows 10 (tested with Skype for Business 2016, in which the old solution of using !! or @@ no longer works), you need to insert a character it can't handle, like a very narrow whitespace character (Unicode character 8205). You can insert this by using Alt-8205.

So if, for example, you're trying to insert copyright text like (c) and want to stop Skype from turning that into a coffee mug, insert the whitespace somewhere in that sequence: (

  1. Type ( (open brackets, the start of what you don't want parsed).
  2. Hold down Alt and type 8205 before releasing the Alt key again (this inserts the narrow whitespace character that interrupts the parsing).
  3. Type c) (the rest of your text you don't want parsed).

Both you and the recipient you're chatting to should see a c in brackets (the narrow whitespace will be almost invisible) instead of a coffee mug emoticon.

This is adapted from this Reddit thread (although the description there says to use the special character before and after the text you don't want parsed, which didn't work for me).