I am trying to use data attributes with the icomoon fonts that come with Gantry, but I am having a difficult time figuring out which glyph unicode attribute corresponds with which icon.
I guess I could use the PUA, but the data attribute loads faster.
I am looking for the glyph unicode data attribute for
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
content: "\e005";
}
If anyone knows how I can find out which unicode glyph corresponds with that PUA, I'd appreciate it.