\documentclass{book}

\usepackage{xcolor, amssymb}
\usepackage[thmmarks, framed]{ntheorem}
\usepackage{xepersian}


\theoremstyle{plain}
\theoremheaderfont{\large\bfseries\color{red}}
\theorembodyfont{\rm}
\theoremseparator{}
\theoremprework{\par\noindent{\color{red}\rule{2cm}{1.5pt}}}
%\theorempostwork{\hrule\bigskip}
\theoremsymbol{{\color{red}\ensuremath{\blacksquare}}}
\newtheorem{point}{نکته}[chapter]


\begin{document}
\chapter{مقدمه}

\begin{point}\label{p1}
فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن فقط متن  فقط متن.
\end{point}
\begin{point}
متن و فرمول:
\[ a=b \]
\end{point}
\end{document}