Programming Tips - Where can I find more info about Bootstrap 3's Glyphicons?

Date: 2017nov8 Library: Bootstrap 3 Keywords: icon, icons, cheat, cheatsheet Q. Where can I find more info about Bootstrap 3's Glyphicons? A. Use them like this:
<span class='glyphicon glyphicon-NAME'></span>
To select the NAME... https://glyphicons.bootstrapcheatsheets.com You can also do carets like this:
<span class="caret"></span> v
<span class="dropdown"> <span class="caret"></span> ^ </span>