Display current Category Name

<?php $current_category = single_cat_title(“”, false);

echo $current_category;

?>