1
$\begingroup$

Is there a font in Mathematica that corresponds to $$\Re$$ I found \[DoubleStruckCapitalR] corresponds to d

But this is different to the R I have written in first.

$\endgroup$
17
  • $\begingroup$ Try: ` [GothicCapitalR]` ; also see \[ScriptCapitalR]. Character codes are 8476 and 8475 respectively. $\endgroup$ Commented Aug 25, 2021 at 3:51
  • 1
    $\begingroup$ Nope... not quite. $\endgroup$ Commented Aug 25, 2021 at 5:01
  • 3
    $\begingroup$ In $\LaTeX$ it is Fraktur font, I believe, but Mathematica doesn't have it. Try running this: Text[Style[R, 24, FontFamily -> #]] & /@ $FontFamilies to see all the fonts. Yep: johndcook.com/blog/2018/07/21/fraktur-math $\endgroup$ Commented Aug 25, 2021 at 5:05
  • 2
    $\begingroup$ Evaluate: FromCharacterCode[120189]. Either something will show up in the output cell or not. Still go ahead and copy/paste the invisible output into MS word. Of course inside MS word, just type U1D57D and then press Alt-X to see if you like the font. Word has proper support for unicode chars > 65535. For a more detailed Q/A: stackoverflow.com/questions/5597013/…. The unicode page for unicode equivalents of Fraktur is : w3.org/TR/MathML2/1D5.html. I am out of ideas now. $\endgroup$ Commented Aug 25, 2021 at 7:25
  • 1
    $\begingroup$ I modified Davis Stork's code to {Text[Style[R, 24, FontFamily -> #]], #} & /@ $FontFamilies so I could see what's what. "SWGothg" looks very close: Style["R", FontSize -> 46, FontFamily -> "SWGothg"] $\endgroup$ Commented Aug 31, 2021 at 17:40

1 Answer 1

1
$\begingroup$

I think SWGothg is as close as I can get with fonts I have installed.
Style["R", FontSize -> 12, FontFamily -> "SWGothg"]

Requested: Requested:

SWGothg: enter image description here

$\endgroup$
5
  • $\begingroup$ Are you on Windows? SWGothg does not seem to be a "built-in" on my (Mac) system. $\endgroup$ Commented Aug 31, 2021 at 17:53
  • $\begingroup$ I don't have SWGothg on my Windows 10 Home system. From where it can be taken? $\endgroup$ Commented Sep 1, 2021 at 1:37
  • 1
    $\begingroup$ @AlexeyPopkov bigfontsite.com/fonts/swgothg.html $\endgroup$ Commented Sep 1, 2021 at 4:00
  • $\begingroup$ Windows 10 Pro 21H1, Mathematica 12.3. I have not specifically installed any font packs, must have come with some other software I have installed (Maybe SolidWorks?) $\endgroup$ Commented Sep 1, 2021 at 19:44
  • 2
    $\begingroup$ In the comments under the main question, @kglr has already suggested the "Euclid Fraktur" font that is an exact match. I think the OP needs further help with the use of that font in LateX. $\endgroup$ Commented Sep 1, 2021 at 19:59

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.