Here is html code for bootstrap icon, Bootstrap v3.3.4
<span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span>
this html code is working fine with all browsers, i can see briefcase icon properly. But with same code after developing in MVC Platfrom i can't see briefcase icon on IE and Safari (Windows). this problem with few other icon also like content = "\e136"
, content = "\e142"
Developed Code in MVC:
Simple HTML Code