This is a simple plugin to display playing card hands in a more visual fashion. Many people will describe poker hands by writing something like "AsKh". Using this plugin you can display the hand with the corresponding suit symbol.
Download the file pokerhand.zip
For any cards that you want to display just wrap them in the pokerhand tag as in:
<pokerhand>AsKh</pokerhand>
Copy the pokerhand.php file to your wp-content/plugins directory. Log into the administration area of WP and activate the plugin.
You can configure the application to show four color suits or traditional two colrs (default is 4 color). Just change the "$fourcolor" variable at the top of the file to "0" to switch to two color.