Change the text that follows the WordPress excerpt.
<?php function ccd_custom_more_excerpt( $more ) { return 'read more text ↠'; } add_filter( 'excerpt_more', 'ccd_custom_more_excerpt' ); ?>
WordPress Snippet