\documentclass[a4paper,13pt]{article}
% \nacwcirclearrowdown
\usepackage{xepersian}
\settextfont[Scale=1.12]{B Mitra}
\setdigitfont[Scale=1.1]{PGaramond}


\newtheorem{theorem}{{\bf  قضیه}}[section]
\newtheorem{corollary}[section]{{\bf   نتیجه}}
\newtheorem{note}[section]{{\bf   نکته}}
\newtheorem{definition}[section]{{\bf  تعریف}}
\newtheorem{remark}[section]{{\bf  تذکر}}
\newtheorem{yad}[section]{{\bf   یادآوری}}

\begin{document}

\section*{  اول}

\begin{note}
این نکته است
\end{note}

\begin{yad}
این یاد اوری است
\end{yad}

\end{document}




