I've encountered a peculiar issue where icons (from fontawesome) are not appearing in my svg. They have always displayed correctly on my personal computer, so for a while I didn't realize that others were having trouble seeing them.
For instance, if you check out the first svg image in this post:
Where there should be stick figures and other icons like these below instead of red and green "SELL" and BUY" words with prices and boxes: https://i.sstatic.net/6t9cr.png
One of the icons that's missing looks like this:
In the css file, I'm including the necessary fontawesome styles. In the svg code, I'm using the appropriate Unicode character. In fact, the large \uf183 that appears in the first image is me attempting to manually enter the Unicode rather than copying and pasting the character.
Any insights into what mistake I might be making here? I'm not a seasoned web developer and I made these images to make a point, but now I find myself spending more time trying to get the icons to display than focusing on the actual content itself.