What is the character obtained with they key sequence Esc,Esc called? On my front end it is not displayed, but there's something there messing up my input. It's a bit annoying when I'm after a $\mu$ but hit the wrong key.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
It's what's called an
The third entry uses an |
|||||
|
|
The next time you wonder what a symbol is you can at least partially answer it yourself by entering it in a string wrapped in
(this is just before pressing Esc the second time). You would get:
Which is surely helpful in some way. You can also get the help page for the character by entering it directly into the help search box:
|
|||||||
|






{a, b, c}is fine,{a\[InvisibleComma] b\[InvisibleComma] c}is fine, but{a\[InvisibleComma] b, c}isn't. Very peculiar... – J. M.♦ Feb 8 '12 at 0:10