Tools in This Collection
Case Converter
Switch text between UPPER, lower, Title Case, camelCase, and snake_case
Fancy Font Generator
Convert text to Unicode stylized characters for social media bios
Tiny Text Generator
Create superscript and subscript Unicode text for any plain text field
Upside Down Text Generator
Flip text upside down using Unicode equivalents
Zalgo Text Generator
Add glitchy combining diacritics for corrupted text effects
Paper Size Converter
Convert between US Letter, A4, Legal, and other paper sizes
Text Formatting and Typography Workflow
Text formatting tools solve two distinct problems: programmatic case conversion for developers and writers, and decorative text generation for social media and creative projects. These tools handle both.
The Case Converter switches between all common text cases instantly — UPPERCASE, lowercase, Title Case, Sentence case, camelCase (for variable naming), snake_case (for database columns and Python variables), kebab-case (for URL slugs), and PascalCase (for class names). Paste any text and switch between conventions with one click — useful when copying content between a CMS, code editor, and spreadsheet where each expects different formatting.
For decorative text, the Fancy Font Generator converts plain text to Unicode stylized characters that display in social media bios, usernames, and plain text fields — these aren't actual fonts, they're Unicode mathematical or symbolic characters that happen to look like styled text. Similarly, Tiny Text Generator produces superscript and subscript Unicode characters (ᵗⁱⁿʸ ᵗᵉˣᵗ) that work in any plain text context. The Upside Down Text Generator flips text using Unicode flip equivalents. Zalgo Text Generator adds combining diacritics to create glitchy, corrupted-looking text for aesthetic effects.
For document work, the Paper Size Converter converts between US Letter (8.5 × 11 inches = 215.9 × 279.4 mm), A4 (210 × 297 mm = 8.27 × 11.69 inches), Legal (8.5 × 14 inches), and other standard paper sizes. US Letter and A4 are nearly identical in width but A4 is 18mm taller — a difference that matters when printing across regions or setting up PDF templates.
Frequently Asked Questions
Why don't fancy fonts work in all apps?
Fancy fonts generated by the Fancy Font Generator are actually Unicode mathematical or symbolic characters that look like styled letters — not actual font changes. They display wherever Unicode is supported (most social media, messaging apps, browsers) but may not work in older systems, some email clients, or apps that strip special characters. They're also not accessible to screen readers, so avoid using them for important content.
What is the difference between US Letter and A4 paper?
US Letter (8.5 × 11 inches = 215.9 × 279.4 mm) and A4 (210 × 297 mm = 8.27 × 11.69 inches) are close in size but differ in proportions. A4 is slightly narrower and taller. Most US printers default to Letter; most European and international printers default to A4. If a document was designed for A4 and you print on Letter (or vice versa), the margins will be slightly off.
What text case should I use for programming variable names?
Convention varies by language. JavaScript and Java use camelCase for variables (myVariableName) and PascalCase for classes (MyClassName). Python uses snake_case (my_variable_name). CSS uses kebab-case (my-class-name). SQL uses UPPER_CASE for keywords and snake_case for column names. The Case Converter handles all these conversions instantly.