Escape Skype Messages to Use Special Character Combinations












62















In a technical environment it's more than common to copy/paste configuration files, URLs, code samples and such in order to inform the other chat participant about something. In that case all kinds of combination of characters may be used, even ones Skype recognises as emoticons.



Example with a URL:



http://your.host/app/search?pattern=mine:*


The :* causes Skype to show a kissing emoticon, which obviously is completely pointless here.



How do I escape the : or * or whatever to avoid that? Note that I don't want to turn off emoticons or delete the emoticon-folder as that would only make me see the clear text, but any other chat partner still sees the emoticons. Everybody should see the plain text exactly as I intended no matter how he/she configured Skype.










share|improve this question























  • In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

    – ADTC
    Apr 12 '16 at 3:19


















62















In a technical environment it's more than common to copy/paste configuration files, URLs, code samples and such in order to inform the other chat participant about something. In that case all kinds of combination of characters may be used, even ones Skype recognises as emoticons.



Example with a URL:



http://your.host/app/search?pattern=mine:*


The :* causes Skype to show a kissing emoticon, which obviously is completely pointless here.



How do I escape the : or * or whatever to avoid that? Note that I don't want to turn off emoticons or delete the emoticon-folder as that would only make me see the clear text, but any other chat partner still sees the emoticons. Everybody should see the plain text exactly as I intended no matter how he/she configured Skype.










share|improve this question























  • In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

    – ADTC
    Apr 12 '16 at 3:19
















62












62








62


17






In a technical environment it's more than common to copy/paste configuration files, URLs, code samples and such in order to inform the other chat participant about something. In that case all kinds of combination of characters may be used, even ones Skype recognises as emoticons.



Example with a URL:



http://your.host/app/search?pattern=mine:*


The :* causes Skype to show a kissing emoticon, which obviously is completely pointless here.



How do I escape the : or * or whatever to avoid that? Note that I don't want to turn off emoticons or delete the emoticon-folder as that would only make me see the clear text, but any other chat partner still sees the emoticons. Everybody should see the plain text exactly as I intended no matter how he/she configured Skype.










share|improve this question














In a technical environment it's more than common to copy/paste configuration files, URLs, code samples and such in order to inform the other chat participant about something. In that case all kinds of combination of characters may be used, even ones Skype recognises as emoticons.



Example with a URL:



http://your.host/app/search?pattern=mine:*


The :* causes Skype to show a kissing emoticon, which obviously is completely pointless here.



How do I escape the : or * or whatever to avoid that? Note that I don't want to turn off emoticons or delete the emoticon-folder as that would only make me see the clear text, but any other chat partner still sees the emoticons. Everybody should see the plain text exactly as I intended no matter how he/she configured Skype.







skype escaping






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 15 '14 at 10:14









sjngmsjngm

98621325




98621325













  • In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

    – ADTC
    Apr 12 '16 at 3:19





















  • In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

    – ADTC
    Apr 12 '16 at 3:19



















In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

– ADTC
Apr 12 '16 at 3:19







In the typical Microsoft fashion, the only way to escape the formatting is through some proprietary methods. The standard way of escaping using backslashes simply would not work. As a programmer, I'm quite used to using backslash to escape special characters (including the backslash). Alas, no joy in Skype...

– ADTC
Apr 12 '16 at 3:19












3 Answers
3






active

oldest

votes


















80














You can use the new* Skype feature for doing this:



!! Preformatted text: Use two exclamation marks and a whitespace (<Space> or linebreak)
as the first 3 characters of your message and paste your snippet after it.
Example: This is (not) a kissing smiley! :*


You can also use these commands to turn this on or off:



/wikimarkup off                 // Text will not be converted.
/wikimarkup on // Text will be converted.


Turning conversion off (e.g. with !! ) disables the following formatting features, among others:



* bold *

~ strikethrough ~

_ italic _



and it also displays URL without formatting them to clickable hyperlinks or displaying the site's thumbnail as an image.



* It's available in the latest version on Windows 8 & Windows 7 (Skype version 6.22.81.105 onwards).






share|improve this answer





















  • 1





    Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

    – sjngm
    Dec 5 '14 at 7:14











  • The !! prefix yields a monospaced font.

    – Aaron Thoma
    Jun 2 '15 at 10:56








  • 7





    Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

    – ADTC
    Apr 12 '16 at 2:07






  • 3





    Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

    – Silverfish
    Nov 6 '17 at 16:31






  • 1





    @Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

    – Amos M. Carpenter
    Aug 9 '18 at 2:30



















43














As stated here, you can use either @@  (note the space after @) at the beginning of the message to override formatting, or !!  to send message in monospace font.






share|improve this answer



















  • 5





    The @@ did not work for me, but the !! did.

    – Dan
    May 27 '15 at 12:44











  • The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

    – Aaron Thoma
    Dec 17 '15 at 15:09






  • 4





    @@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

    – Aaron Thoma
    Dec 17 '15 at 16:00











  • (… and including (lol).)

    – Aaron Thoma
    Jan 14 '16 at 13:21






  • 1





    May 2018: @@ did not work for me (Skype web)

    – rgoliveira
    May 7 '18 at 20:16



















0














Since the @@ does not always work (at least it doesn't for me in Skype Web, as of Jan. 2019), you can suppress the formatting and keep the normal proportional font by inserting the special characters as HTML escapes.



E.g. using ~test~ you will see ~test~ (and not test)






share|improve this answer
























  • What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

    – sjngm
    Jan 22 at 10:28













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f811918%2fescape-skype-messages-to-use-special-character-combinations%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









80














You can use the new* Skype feature for doing this:



!! Preformatted text: Use two exclamation marks and a whitespace (<Space> or linebreak)
as the first 3 characters of your message and paste your snippet after it.
Example: This is (not) a kissing smiley! :*


You can also use these commands to turn this on or off:



/wikimarkup off                 // Text will not be converted.
/wikimarkup on // Text will be converted.


Turning conversion off (e.g. with !! ) disables the following formatting features, among others:



* bold *

~ strikethrough ~

_ italic _



and it also displays URL without formatting them to clickable hyperlinks or displaying the site's thumbnail as an image.



* It's available in the latest version on Windows 8 & Windows 7 (Skype version 6.22.81.105 onwards).






share|improve this answer





















  • 1





    Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

    – sjngm
    Dec 5 '14 at 7:14











  • The !! prefix yields a monospaced font.

    – Aaron Thoma
    Jun 2 '15 at 10:56








  • 7





    Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

    – ADTC
    Apr 12 '16 at 2:07






  • 3





    Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

    – Silverfish
    Nov 6 '17 at 16:31






  • 1





    @Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

    – Amos M. Carpenter
    Aug 9 '18 at 2:30
















80














You can use the new* Skype feature for doing this:



!! Preformatted text: Use two exclamation marks and a whitespace (<Space> or linebreak)
as the first 3 characters of your message and paste your snippet after it.
Example: This is (not) a kissing smiley! :*


You can also use these commands to turn this on or off:



/wikimarkup off                 // Text will not be converted.
/wikimarkup on // Text will be converted.


Turning conversion off (e.g. with !! ) disables the following formatting features, among others:



* bold *

~ strikethrough ~

_ italic _



and it also displays URL without formatting them to clickable hyperlinks or displaying the site's thumbnail as an image.



* It's available in the latest version on Windows 8 & Windows 7 (Skype version 6.22.81.105 onwards).






share|improve this answer





















  • 1





    Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

    – sjngm
    Dec 5 '14 at 7:14











  • The !! prefix yields a monospaced font.

    – Aaron Thoma
    Jun 2 '15 at 10:56








  • 7





    Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

    – ADTC
    Apr 12 '16 at 2:07






  • 3





    Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

    – Silverfish
    Nov 6 '17 at 16:31






  • 1





    @Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

    – Amos M. Carpenter
    Aug 9 '18 at 2:30














80












80








80







You can use the new* Skype feature for doing this:



!! Preformatted text: Use two exclamation marks and a whitespace (<Space> or linebreak)
as the first 3 characters of your message and paste your snippet after it.
Example: This is (not) a kissing smiley! :*


You can also use these commands to turn this on or off:



/wikimarkup off                 // Text will not be converted.
/wikimarkup on // Text will be converted.


Turning conversion off (e.g. with !! ) disables the following formatting features, among others:



* bold *

~ strikethrough ~

_ italic _



and it also displays URL without formatting them to clickable hyperlinks or displaying the site's thumbnail as an image.



* It's available in the latest version on Windows 8 & Windows 7 (Skype version 6.22.81.105 onwards).






share|improve this answer















You can use the new* Skype feature for doing this:



!! Preformatted text: Use two exclamation marks and a whitespace (<Space> or linebreak)
as the first 3 characters of your message and paste your snippet after it.
Example: This is (not) a kissing smiley! :*


You can also use these commands to turn this on or off:



/wikimarkup off                 // Text will not be converted.
/wikimarkup on // Text will be converted.


Turning conversion off (e.g. with !! ) disables the following formatting features, among others:



* bold *

~ strikethrough ~

_ italic _



and it also displays URL without formatting them to clickable hyperlinks or displaying the site's thumbnail as an image.



* It's available in the latest version on Windows 8 & Windows 7 (Skype version 6.22.81.105 onwards).







share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 3 '17 at 15:16









István Zachar

6791817




6791817










answered Dec 5 '14 at 5:35









sudhAnsu63sudhAnsu63

93686




93686








  • 1





    Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

    – sjngm
    Dec 5 '14 at 7:14











  • The !! prefix yields a monospaced font.

    – Aaron Thoma
    Jun 2 '15 at 10:56








  • 7





    Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

    – ADTC
    Apr 12 '16 at 2:07






  • 3





    Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

    – Silverfish
    Nov 6 '17 at 16:31






  • 1





    @Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

    – Amos M. Carpenter
    Aug 9 '18 at 2:30














  • 1





    Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

    – sjngm
    Dec 5 '14 at 7:14











  • The !! prefix yields a monospaced font.

    – Aaron Thoma
    Jun 2 '15 at 10:56








  • 7





    Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

    – ADTC
    Apr 12 '16 at 2:07






  • 3





    Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

    – Silverfish
    Nov 6 '17 at 16:31






  • 1





    @Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

    – Amos M. Carpenter
    Aug 9 '18 at 2:30








1




1





Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

– sjngm
Dec 5 '14 at 7:14





Cool. I have just updated and it only found version 6.22.0.107 for my Win7. Anyway, it works there, too :)

– sjngm
Dec 5 '14 at 7:14













The !! prefix yields a monospaced font.

– Aaron Thoma
Jun 2 '15 at 10:56







The !! prefix yields a monospaced font.

– Aaron Thoma
Jun 2 '15 at 10:56






7




7





Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

– ADTC
Apr 12 '16 at 2:07





Please suggest @@ in the answer because !! results in a monospace font. We don't want our message to look like code just because we didn't want it to be auto-formatted.

– ADTC
Apr 12 '16 at 2:07




3




3





Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

– Silverfish
Nov 6 '17 at 16:31





Skype formatting seems to have changed radically in the new Skype included as part of Windows 10 (I'm on Skype 12.7.597.0), in which these methods no longer seem to work. I have asked a new question at Do not insert emoticons into sent messages in Skype version 12

– Silverfish
Nov 6 '17 at 16:31




1




1





@Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

– Amos M. Carpenter
Aug 9 '18 at 2:30





@Silverfish: I can confirm this no longer works in Windows 10. I've posted an answer to that question, which is to trip up Skype's parser by inserting a very narrow whitespace character (Unicode 8205).

– Amos M. Carpenter
Aug 9 '18 at 2:30













43














As stated here, you can use either @@  (note the space after @) at the beginning of the message to override formatting, or !!  to send message in monospace font.






share|improve this answer



















  • 5





    The @@ did not work for me, but the !! did.

    – Dan
    May 27 '15 at 12:44











  • The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

    – Aaron Thoma
    Dec 17 '15 at 15:09






  • 4





    @@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

    – Aaron Thoma
    Dec 17 '15 at 16:00











  • (… and including (lol).)

    – Aaron Thoma
    Jan 14 '16 at 13:21






  • 1





    May 2018: @@ did not work for me (Skype web)

    – rgoliveira
    May 7 '18 at 20:16
















43














As stated here, you can use either @@  (note the space after @) at the beginning of the message to override formatting, or !!  to send message in monospace font.






share|improve this answer



















  • 5





    The @@ did not work for me, but the !! did.

    – Dan
    May 27 '15 at 12:44











  • The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

    – Aaron Thoma
    Dec 17 '15 at 15:09






  • 4





    @@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

    – Aaron Thoma
    Dec 17 '15 at 16:00











  • (… and including (lol).)

    – Aaron Thoma
    Jan 14 '16 at 13:21






  • 1





    May 2018: @@ did not work for me (Skype web)

    – rgoliveira
    May 7 '18 at 20:16














43












43








43







As stated here, you can use either @@  (note the space after @) at the beginning of the message to override formatting, or !!  to send message in monospace font.






share|improve this answer













As stated here, you can use either @@  (note the space after @) at the beginning of the message to override formatting, or !!  to send message in monospace font.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 26 '15 at 10:38









Oleksii TaranOleksii Taran

54144




54144








  • 5





    The @@ did not work for me, but the !! did.

    – Dan
    May 27 '15 at 12:44











  • The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

    – Aaron Thoma
    Dec 17 '15 at 15:09






  • 4





    @@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

    – Aaron Thoma
    Dec 17 '15 at 16:00











  • (… and including (lol).)

    – Aaron Thoma
    Jan 14 '16 at 13:21






  • 1





    May 2018: @@ did not work for me (Skype web)

    – rgoliveira
    May 7 '18 at 20:16














  • 5





    The @@ did not work for me, but the !! did.

    – Dan
    May 27 '15 at 12:44











  • The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

    – Aaron Thoma
    Dec 17 '15 at 15:09






  • 4





    @@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

    – Aaron Thoma
    Dec 17 '15 at 16:00











  • (… and including (lol).)

    – Aaron Thoma
    Jan 14 '16 at 13:21






  • 1





    May 2018: @@ did not work for me (Skype web)

    – rgoliveira
    May 7 '18 at 20:16








5




5





The @@ did not work for me, but the !! did.

– Dan
May 27 '15 at 12:44





The @@ did not work for me, but the !! did.

– Dan
May 27 '15 at 12:44













The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

– Aaron Thoma
Dec 17 '15 at 15:09





The @@ has started to work for me somewhere between June and now. (I.e.: It hasn't worked for me in June either, but now it does.) ( @Dan )

– Aaron Thoma
Dec 17 '15 at 15:09




4




4





@@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

– Aaron Thoma
Dec 17 '15 at 16:00





@@ suppresses the interpretation of formatting (* bold *, ~ <s>strikethrough</s> ~, _ italic _), but emoticons (e.g. :)) will still be interpreted (including (!) and (*)).

– Aaron Thoma
Dec 17 '15 at 16:00













(… and including (lol).)

– Aaron Thoma
Jan 14 '16 at 13:21





(… and including (lol).)

– Aaron Thoma
Jan 14 '16 at 13:21




1




1





May 2018: @@ did not work for me (Skype web)

– rgoliveira
May 7 '18 at 20:16





May 2018: @@ did not work for me (Skype web)

– rgoliveira
May 7 '18 at 20:16











0














Since the @@ does not always work (at least it doesn't for me in Skype Web, as of Jan. 2019), you can suppress the formatting and keep the normal proportional font by inserting the special characters as HTML escapes.



E.g. using ~test~ you will see ~test~ (and not test)






share|improve this answer
























  • What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

    – sjngm
    Jan 22 at 10:28


















0














Since the @@ does not always work (at least it doesn't for me in Skype Web, as of Jan. 2019), you can suppress the formatting and keep the normal proportional font by inserting the special characters as HTML escapes.



E.g. using ~test~ you will see ~test~ (and not test)






share|improve this answer
























  • What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

    – sjngm
    Jan 22 at 10:28
















0












0








0







Since the @@ does not always work (at least it doesn't for me in Skype Web, as of Jan. 2019), you can suppress the formatting and keep the normal proportional font by inserting the special characters as HTML escapes.



E.g. using ~test~ you will see ~test~ (and not test)






share|improve this answer













Since the @@ does not always work (at least it doesn't for me in Skype Web, as of Jan. 2019), you can suppress the formatting and keep the normal proportional font by inserting the special characters as HTML escapes.



E.g. using ~test~ you will see ~test~ (and not test)







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 22 at 10:00









Alberto MAlberto M

1563




1563













  • What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

    – sjngm
    Jan 22 at 10:28





















  • What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

    – sjngm
    Jan 22 at 10:28



















What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

– sjngm
Jan 22 at 10:28







What did they do?! ROFLMAO OMG facepalm oh-no sighs cries

– sjngm
Jan 22 at 10:28




















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f811918%2fescape-skype-messages-to-use-special-character-combinations%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...