Certain characters don't display correctly in link previews
Description Hubs won't show "ツ" correctly in link previews, not sure if this applies to other characters as well
To Reproduce Steps to reproduce the behavior:
- Go to any Hubs room
- Make a new object with the link (ex. https://discord.gg/myuyJqH), so you can have a link preview
- Once link preview has loaded
- See error
Expected behavior It loads as it would in a browser, which would not show a NULL character
Screenshots

Hardware
- Device: Desktop
- OS: ChromeOS
- Browser: Chrome v80.0.3987.162
Additional context Add any other context about the problem here.
┆Issue is synchronized with this Jira Task
Looks like the screenshot service we use doesn't have fonts for some languages. The japanese language wikipedia is broken too: https://ja.wikipedia.org/
The screenshot service in question is photomenmonic: https://github.com/MozillaReality/photomnemonic Since it's just an AWS lambda script, it's hard to say if we have the ability to install additional fonts on that infrastructure.
Wouldn't it just be loading the fonts when importing in CSS?