1. Why do line breaks disappear?
Instagram, Threads, and TikTok apps automatically strip consecutive newlines and trailing spaces when saving captions. That is why carefully formatted text looks perfect in your notes app but collapses into a wall of text after pasting.
2. What is an invisible Unicode character?
- U+2063 Invisible Separator: zero-width, non-joining. Most stable on current apps.
- U+200B Zero Width Space: classic alternative, better legacy support on older Instagram builds, Naver blog.
- U+2060 Word Joiner: suppresses line-wrapping. Useful when a word breaks in an odd place mid-caption.
This tool defaults to U+2063. It places one invisible character on each blank line so the app treats it as "non-empty" and preserves the line.
3. Profile bio line breaks
- Bio limit is 150 characters, max ~4–5 line breaks. Too many and the app truncates.
- Build your bio in this tool, then paste directly in the mobile app — converting on web then moving to app increases failure rate.
- Some Android devices sanitize certain Unicode aggressively. Switch to U+200B if U+2063 fails.
4. Hashtag block separation
- Up to 30 hashtags below the main text. Five blank lines of separation looks clean in feed.
- Instagram's algorithm does not distinguish body from hashtag zone, but visual separation improves readability and CTR.
- Use the "Hashtag block separator" preset to auto-insert 5 blank lines.
5. Threads / TikTok differences
- Threads: 500-char limit. Same newline policy as Instagram; 2 blank lines is usually enough.
- TikTok: up to 4,000 chars. Long captions are hidden under the overlay so the first 3 lines are what matters.
- X (Twitter): 280 chars (Premium 25,000). Newlines usually survive, but an invisible character is cheap insurance against edge-case stripping bugs.
6. Checklist
- Always test on the mobile app, not the browser version.
- Paste without editing — moving the cursor in the edit field can delete invisible characters.
- If it fails, switch to U+200B and retry.
- Re-test after app updates (platform policies can change).