diff --git a/src/cheatsheet.html b/src/cheatsheet.html
index 783724bd9..d33e22ca4 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 %}
- Copy to use {{ icon.class }}{{ icon.unicode }}
+ {{ icon.unicode }}
fa-{{ icon.class }}
{% if icon.alias_of %} (alias){% endif %}
[&#x{{ icon.unicode }};]