IS it possible to write the "Real number symbol" in Mathematica. The symbol I'm talking about is this

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can do it with escdsResc You could also replace R with any letters from a-z, both uppercase and lowercase, to get the double-struck version of the letter.

Another way is writing \[DoubleStruckCapitalR] or whatever character you want to be double-struck.

Reference: http://reference.wolfram.com/mathematica/guide/NotationalAlphabetCharacters.html#647579870

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.