In a book on Classical Electrodynamics we meet fonts for r and r as shown in the image below
Do there exist these math symbols in LaTeX ?
You can also do this in the modern toolchain by loading any script font of your choice as \mathscr (as well as \mathcal, \mathbfscr, etc.)
In this case, I used a font called Parisienne. You might prefer a different one, but it will do for this example. (It looks too much like a dotless i to me and needs a little more space between r and c.) Existing script fonts were not intended for physics equations. Since it comes in only one weight, I used FakeBold for \mathbfscr.
\documentclass{book}
\usepackage[paperwidth=10cm]{geometry} % Solely to format a MWE on TeX.SX.
\usepackage[math-style=ISO]{unicode-math}
\defaultfontfeatures{Scale = MatchLowercase}
\setmainfont{TeX Gyre Pagella}
\setmathfont{Asana Math}
% Uses the Parisienne font from:
% https://www.fontsquirrel.com/fonts/parisienne
\setmathfont[range=scr]{parisienne-regular.ttf}
\setmathfont[range=bfscr, FakeBold=1.2]{parisienne-regular.ttf}
\newcommand\epsilonnought{\mupepsilon_0}
\newcommand\vectorsym[1]{\symbfup{#1}}
\newcommand\upc{\symup{c}}
\begin{document}
Calligraphic \(\symcal{r}\) and \(\symbfcal{r}\) versus
script \(\symscr{r}\) and \(\symbfscr{r}\).
\[ \nabla V = \frac{q \upc}{4 \muppi \epsilonnought}
\frac{-1}{(\symscr{r} \upc -
\symbfscr{r} \cdot \vectorsym{v})^2}
\nabla(\symscr{r} \upc -
\symbfscr{r} \cdot \vectorsym{v})
\]
\end{document}
calligrahas anrthat looks rather similar.\documentclass{article} \usepackage{calligra} \begin{document} \textcalligra{r} \end{document}. I do not recommend using this in formulae, though. – Dec 31 '19 at 01:42mtp2litedocumentation page 35. In particular, the lowercase letters in the square brackets. – Ruixi Zhang Dec 31 '19 at 01:55\usepackage[mtpscr]{mtpro2}\usepackage{bm}...$\mathscr{r}$ and $\bm{\mathscr{r}}$. For example, https://i.stack.imgur.com/h8e4n.png (the terminal stroke is slightly different, possibly from MathTime Pro 1?) – Ruixi Zhang Dec 31 '19 at 02:03ris betweenKaufmann-Boldsymbols (.otf). – Sebastiano Dec 31 '19 at 12:50rsome time ago. Not anymore. In one or more questions asked on this site refer to theryou were looking for. – Sebastiano Dec 31 '19 at 13:01