\listfiles
\documentclass{article}
\usepackage{fullpage}
\usepackage{pifont}
\usepackage{fourier}
\usepackage{dingbat}
%\usepackage{xecolour}
\usepackage{colortbl}
\usepackage{tikz}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
            \node[shape=circle,draw,inner sep=2pt] (char) {#1};}}

\usepackage{xepersian}
%\settextfont{Yas}
\title{نمونهٔ رنگ در متن فارسی با استفاده از بستهٔ \lr{\XePersian}}
\author{}
\date{}
\begin{document}
آیا میتوان در زیپرشین رنگها را در جدول ترکیب کرد؟
\begin{center}
\begin{tabular}{|l|%
>{\columncolor{white}}c|>{\columncolor{blue}}c|>{\columncolor{yellow}}c|c|%
>{\columncolor{red}\bfseries}c<{\textsc{GBP}}|}
\hline
\multicolumn{3}{>{\columncolor{green}}r}{\color{white}\textbf{لَنْدَنْ}}
&\multicolumn{3}{>{\columncolor{yellow}}l}{\color{white}\textbf{\textcolor{blue}{رنگ آبی}}}
\\[1pt]
\hline
                                                                                      سیدنی & OG4G &سشه  >{\columncolor{black}} اکتبر &دوشنبه ۲۱ اکتبر یا ۲۸‌ام &11 یا ۱۸ روز &999\\
&&سشنبه ۱۷ اکتبر &دوشنبه ۲۱ اکتبر یا ۲۸‌ام & 4 یا ۱۱ روز &999\\ 
\rowcolor{yellow}\textcolor{red}{ 555}& OG7A &یکشنبه ۱۱ اکتبر &دوشنبه ۲۱ اکتبر یا ۲۸‌ام & 8 یا ۱۵ روز &999\\
& &یکشنبه ۲۰ اکتبر &دوشنبه ۲۸ اکتبر & 8 روز &999\\
\hline
\end{tabular}
\end{center}
\textcircled{1}

\textcircled{2}

\textcircled{3}

\textcircled{345}

\circled{1} 

\circled{2} 

\circled{3} 

\circled{10} 

\circled{200} 

\circled{3000} 

\circled{40000} 

\circled{50000} 

\circled{600000} 


\newcommand*\kreis[1]{\unitlength1ex\begin{picture}(2.5,2.5)%
\put(0.75,0.75){\circle{3}}\put(0.7,0.7){\makebox(0,0){#1}}\end{picture}}
...
\kreis{1} 

 \kreis{11}  
 
 \kreis{222}  
 
 \kreis{333} 
 

\end{document}
