WP_Query loop, does not display special characters in title correctly

Have you tried mb_substr() replace substr function with mb_substr

$current_letter = strtoupper(mb_substr($post->post_title,0,1));