kblubis
It's a custom HTML module, when you use default editor of Joomla, it strips some HTML tags (for icons) so they don't appear on your site. Here is default markup of this module:
<ul>
<li><a href="#"><i class="gk-icon-script"></i>How to apply</a></li>
<li><a href="#"><i class="gk-icon-calendar"></i>Deadlines</a></li>
<li><a href="#"><i class="gk-icon-marker"></i>Plan a visit</a></li>
<li><a href="#"><i class="gk-icon-education"></i>Find a major</a></li>
<li class="last-item"><a href="#">More details…</a></li>
</ul>
You can add the i tag into your site and these icons will show up.
Regards