도구 가이드
Fun 무료 회원가입 불필요

Cursive Text Generator

Transform text into beautiful Unicode cursive, Fraktur, circled, and other fancy styles for social media.

도구를 불러오는 중…

이 도구에 대해

The Cursive Text Generator converts your plain text into stunning Unicode typographic styles that work in social media bios, posts, and messages. Choose from Mathematical Script Bold (𝓒𝓾𝓻𝓼𝓲𝓿𝓮), Mathematical Script (𝒞𝓊𝓇𝓈𝒾𝓋𝑒), Fraktur Bold (𝕮𝖚𝖗𝖘𝖎𝖛𝖊), Fraktur (𝔠𝔲𝔯𝔰𝔦𝔳𝔢), Circled (Ⓒⓘⓡⓒⓛⓔⓓ), Negative Squared (🅱🅻🅰🅲🅺), Small Caps (sᴍᴀʟʟ ᴄᴀᴘs), Superscript (ˢᵘᵖᵉʳ), Strikethrough (s̶t̶r̶i̶k̶e̶), and Underline (u̲n̲d̲e̲r̲l̲i̲n̲e̲). All styles are displayed simultaneously; click any card to copy that style. These are real Unicode characters that render everywhere text is accepted.

사용 방법

  1. 1 Type or paste your text into the input field.
  2. 2 All fancy Unicode styles appear instantly below.
  3. 3 Click any style card to copy that text to your clipboard.
  4. 4 Paste the copied text anywhere — social media, messages, documents.

Why "fancy fonts" on social media are really Unicode characters

When you see a bio written in flowing script or bold blackletter on Instagram, X, or Discord, no font file is involved. Those platforms do not let you change typefaces in a post. What you are actually looking at are distinct Unicode characters — the same character system that encodes every letter, emoji, and symbol on the internet. Unicode reserves whole alphabets of pre-styled letters, originally intended for mathematics and physics notation, and this generator maps your ordinary A–Z and a–z onto those alphabets. The result is plain text you can select, copy, search, and paste anywhere text is accepted, which is exactly why it survives a trip through a social platform that strips formatting.

How the conversion works under the hood

Each style is a lookup table from a normal character to its styled counterpart's code point. Take Mathematical Script Bold: the capital letters begin at code point U+1D4D0, so the tool computes the styled letter as "start plus offset." The letter C is the third letter (offset 2), giving U+1D4D2, which renders as 𝓒. Lowercase letters live in their own range starting at U+1D4EA. A few styles, such as plain Mathematical Script and Fraktur, have gaps where Unicode borrowed certain letters from elsewhere (the script capital B is the standalone "ℬ" glyph), so those are hardcoded rather than computed by offset. Everything happens instantly in your browser as you type — there is no server round trip and nothing is stored.

A worked example

Type Hello into the box and the tool runs it through ten transforms at once. A few of the results:

StyleOutput for "Hello"
Mathematical Script Bold𝓗𝓮𝓵𝓵𝓸
Frakturℌ𝔢𝔩𝔩𝔬
Circled LettersⒽⓔⓛⓛⓞ
Small Capsʜᴇʟʟᴏ
StrikethroughH̶e̶l̶l̶o̶

Strikethrough and Underline work differently from the alphabet styles: they keep your original letters and append a combining character after each one — U+0336 for the strike line, U+0332 for the underline. A combining mark stacks onto the character before it, so H followed by the strike mark renders as a single struck-through H. This is why those two styles preserve numbers, punctuation, and accented letters that the alphabet-swap styles leave unchanged.

Where each style fits

  • Script and Fraktur suit decorative profile names and headers where you want an elegant or gothic feel.
  • Small Caps and Superscript read as subtle, professional emphasis — good for usernames and footnote-style asides.
  • Circled and Negative Squared stand out in a feed and work well for badges, labels, or numbered lists.
  • Strikethrough is handy for showing a crossed-out original price or a "done" task in a plain-text context that has no rich formatting.

Common pitfalls to know before you post

  • Accessibility. Screen readers often cannot pronounce mathematical-alphabet letters, reading them as their formal Unicode names or skipping them entirely. Avoid styling an entire bio or any essential information — keep your real name in normal text and use the fancy styles for accent only.
  • Coverage gaps. Unicode's styled alphabets cover only A–Z and a–z. Digits, spaces, and most punctuation fall back to their normal form in the script and Fraktur styles, so a styled phrase may show a few "plain" characters mixed in. The Circled and Superscript styles do include digits.
  • Searchability and case. Because each styled letter is a different character, text in these fonts will not match a normal-text search for the same word, and platforms may not autocomplete a styled @handle.
  • Rendering depends on the device. A glyph that looks perfect on your phone may show as an empty box on an older device whose font lacks that code point. Test on the platform and device mix your audience actually uses before committing.
  • Negative Squared forces uppercase. That style only has capital letters, so the tool uppercases your input automatically — lowercase entry still produces capital squared letters.

Copying and reuse

Click any style card to copy that version to your clipboard, then paste it into a bio, message, document, or spreadsheet. Since the output is genuine text rather than an image, it carries over cleanly, stays editable, and never pixelates at any size. If a destination rejects or mangles a particular style, try a different one — support varies, but the alphabet-swap styles (Script, Fraktur, Small Caps) are among the most widely rendered.

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}