You copy a great looking pixel style, paste it, and instead of retro letters you get a row of empty boxes or question marks. It is a common frustration and almost always fixable once you know the cause. This guide explains why pixel text breaks and how to get it rendering cleanly again.
Why Boxes Appear
An empty box, sometimes called a tofu box, means the app tried to display a character but the font it is using has no drawing for it. The character in your text is correct. The device simply does not know how to draw it. This is a rendering gap on the destination side, not a problem with the copied text itself.
Where It Happens Most
Boxes show up most on older devices, on apps with minimal built in fonts, and with the more unusual styles like solid blocks and effect characters. Common styles such as mono and bold are supported almost everywhere, so they rarely break.
Quick Fixes That Usually Work
- Switch to a more widely supported style like Pixel Mono or Retro Bold.
- Update the device or app, since newer versions ship broader font coverage.
- Try the text in a different app to confirm whether the issue is that one app.
- Avoid the most exotic block and effect styles for critical text.
When Text Turns Into Plain Letters
Sometimes the opposite happens: your styled text arrives as ordinary letters. This is not a rendering gap but a deliberate conversion. Search fields and some inputs normalise styled Unicode back to plain letters on purpose so things stay findable. There is no fix here except to use the styling in a field that keeps it.
Diagnosing The Real Cause
To tell which problem you have, test the same copied text in two or three places. If it shows correctly in one app and as boxes in another, the boxed app lacks the fonts. If it turns plain everywhere, the destination is normalising it. If it looks wrong only in one specific field, that field has its own filter. This quick test points you straight at the cause.
Preventing Trouble
Most problems vanish if you preview before you commit and favour widely supported styles for anything important. Save exotic looks for casual messages where a stray box does no harm, and keep names and labels in reliable styles.
In Summary
Boxes mean the device cannot draw a character, so switching to a well supported style or updating the app usually fixes it. Plain letters mean the destination normalised your text on purpose, which you work around by choosing a friendlier field. Test in a few places to find the cause, preview before committing, and lean on mono and bold styles when reliability matters. For which styles travel best, see our Unicode guide.