hi
#????????
the language is rtl
there is plugin called Hashtag is working fine with any language but is outdated
$hash = $regular ? '' : '%23';
$content = str_replace('>#','> #',$content);
$content = preg_replace('/(?<!:|\s|&|"|\')(\s)#([^\s<]+)/i', '<span class="'.$class.'">\1#<a href="'.site_url().'?s='.$hash.'\2">\2</a></span>', $content);
return $content;