diff --git a/src/cheatsheet.html b/src/cheatsheet.html
index 6a9efcbd4..5815b8bd3 100644
--- a/src/cheatsheet.html
+++ b/src/cheatsheet.html
@@ -25,7 +25,7 @@ relative_path: ../
{% for icon in sorted_icons %}
{% if icon.created >= site.fontawesome.major_version %}{{ icon.created }}{% endif %}
- {{ icon.unicode }}
+ {{ icon.unicode }};
fa-{{ icon.class }}
{% if icon.alias_of %} (alias){% endif %}
[&#x{{ icon.unicode }};]