Issue
When loading my React webapp, sometimes special characters (e.g. ⋮
) are replaced with strings of other characters (e.g. â‹®
). The special characters appear correctly most of the time, but when this bug occurs all the below-listed special characters fail to display correctly. I am unable to intentionally replicate the issue.
Code Sample
The special characters are all within the CSS styles:
.someElement:before {
content: "⋮";
}
Example Characters
Here are the unintended replacements that are occurring with seemingly random frequency:
Intended Character | Characters that Appear |
---|---|
⋮ |
â‹® |
▾ |
â–¾ |
✔ |
✔ |