Convert plain text into Unicode-styled text for social media - Instagram, Facebook, X, LinkedIn, and more.
A single-file web app with no dependencies. Just open index.html in any browser.
- 33 Unicode styles - Bold, Italic, Script, Fraktur, Double-Struck, Monospace, Circled, Squared, Fullwidth, Small Caps, Superscript, Upside Down, Zalgo, Vaporwave, Leetspeak, Braille, Morse Code, Straight Outta, and more
- Live preview grid - type once, see all styles simultaneously
- One-click copy - click any style card to copy to clipboard
- Stackable modifiers - underline, strikethrough, and overline combine with any style
- Favorites - star frequently-used styles to pin them to the top (persisted in localStorage)
- Dark theme with glass-morphism design
- Responsive - works on desktop and mobile
- Keyboard accessible - Tab to navigate, Enter/Space to copy
- Zero dependencies - vanilla HTML/CSS/JS, works offline
Open index.html in a browser, or serve it from any static host.
The original tkinter desktop GUI. Supports Serif/Sans-Serif with Bold, Italic, and Underline toggles.
python social_text_styler.pyRequires Python 3.10+.
Maps ASCII A-Z, a-z, and 0-9 to their equivalents in Unicode's Mathematical Alphanumeric Symbols block and other styled character ranges. Modifiers use combining characters (U+0332 underline, U+0336 strikethrough, U+0305 overline).
Public domain. Do whatever you want with it.