<?php echo substr(the_title('', '', FALSE), 0, 5); ?>
<?php echo mb_substr(the_title('', '', FALSE), 0, 5); ?>