<script src="<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<p>Example using original code</p>
<section> this is normal text</section>
<section> this is a ✔ in the text</section>
<section> this is a <span id="check">✔</span> in a span</section>
<p>Example using Font Awesome</p>
<section> this is normal text</section>
<section> this is a <i class="fa fa-check" aria-hidden="true"></i> in the text</section>
<section> this is a <i class="fa fa-check" aria-hidden="true"></i> in a span</section>