This code follows along the lines of Gavin R. Putland's comment on Syrtis Major's answer, but it makes the Computer Modern \nu a bit thicker, so it fits in better with a Times font. It also has a bold version, patterned on this answer. (To explain the '027 of the fifth line, see this answer.)
\documentclass{article}
\usepackage{newtxtext,newtxmath}
\DeclareSymbolFont{CMMforNu}{OML}{cmm}{m}{it}
\SetSymbolFont{CMMforNu}{bold}{OML}{cmm}{b}{it}
\DeclareMathSymbol{\nuCM}{\mathord}{CMMforNu}{'027}
\usepackage[outline]{contour}
\def\nu{\mathord{\contourlength{0.0043em}\contour{black}{$\nuCM$}}}
\begin{document}
\[ \frac{u+v}{\nuCM \nu \boldmath\nu} \]
\end{document}

I got the idea of using the contour package in this way from this answer and the comment on it by diabonas. As an alternative to using the contour package for making the symbol darker, the pdfrender package could be used, as in this answer and this answer.
If you want the v to look as in egreg's answer, change the second line of my code to
\usepackage{newtxtext}\usepackage[varvw]{newtxmath}
and the result is

For discussions of non-Computer Modern versions of \nu and how to distinguish them from v, see the answers to this question.
newtxtextandnewtxmaththere is a specific optionvarvwto help alleviate this problem. – Andrew Swann Apr 10 '17 at 16:20\usepackage[english]{babel}
\usepackage[dvips]{epsfig}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm} \usepackage{array}
\usepackage{multicol}
\usepackage{graphics}
\usepackage{geometry} \usepackage{indentfirst}
\usepackage{latexsym}
\usepackage{setspace}
\usepackage{algorithm} \usepackage{algorithmic} \usepackage{makeidx}
\usepackage{vmargin} – A H Apr 11 '17 at 13:20