I have tried to follow the instructions in
Importing single symbol from MnSymbol
in order to load a single symbol from the FdSymbol list without having to load the entire package (due to conflicting symbols), but I have been unsuccessful in adapting them to the FdSymbol package. I would like to add the \rightharpoonup symbol (since the FdSymbol package provides a wider version of \rightharpoonup that the standard font).
I would appreciate any help in providing this single symbol from the FdSymbol package.

\documentclass{article} \usepackage{fdsymbol} \usepackage{fonttable} \begin{document} \xfonttable{U}{FdSymbolC}{m}{n} \end{document}– Henri Menke Nov 01 '17 at 07:30