Why doesn't my styled text show up in the username?
Because the username field only accepts letters, numbers and one underscore, no exceptions; any Unicode character outside that set, even one that looks like a normal letter, makes Roblox reject the whole name at signup.
Where do these styled characters come from?
Most of them come from the Unicode Mathematical Alphanumeric Symbols block, created for technical notation rather than everyday text, which is why fake bold, italic and gothic exist as their own characters instead of formatting applied on top of plain text.
Which style is safest for a display name?
A style from the "readable" bucket, which swaps more than 95% of letters without using combining marks, emoji or regional indicators; those 14 styles keep the closest coverage to the original alphabet and carry the lowest risk of broken rendering on any device.
Do combining marks count as more than one character against the limit?
Yes: each mark takes its own position in the string even though it does not take a separate visual position, so a heavy style that stacks several marks per letter can burn through the character limit much faster than the text visually appears to.