I'm looking for a symbol from this equation (for buffer capacity of solution):
It looks like a capital beta to me or a capital Eszett letter from the German alphabet. However, to my knowledge, the capital beta should look like "B" and there is no German word starting with Eszett. This symbol is definitely not beta, since it's also used in a different equation:

Please, help to identify.
P.S. If needed: article with equations is Understanding, deriving and Computing Buffer Capacity by Edward T. Urbansky and Michael R. Schock
Update 1: As suggested in comments: I added \usepackage{mathrsfs} and called \mathscr{B} Result is :
Close, but not exactly what I need.
Close enough solution:
\documentclass{article}
\usepackage[utf8]{inputenc}
% here as scr use either: rsfso, boondoxo
% no luck using mathpi ((
\usepackage[scr=rsfso]{mathalpha}
\begin{document}
\begin{equation}
\mathscr{B}
\end{equation}
\end{document}




\mathscr{B}... though you need a math font with the\mathscrvariant defined. (E.g.\usepackage{mathrsfs}.) – Willie Wong Apr 30 '21 at 15:07mathalfapackage it's quite close to the calligraphic letters of themathpifont, but that's a comercial font. – campa Apr 30 '21 at 15:20