स्क्रिप्ट-समझदार accent removal — हिन्दी, अरबी, हिब्रू, थाई अपने चिह्न रखते हैं
इमोजी पूरे cluster के रूप में हटते हैं — परिवार, झंडे, skin tone बिना अदृश्य बचे
प्रतीक और विराम अलग switches — एक अस्पष्ट «special characters» bucket नहीं
अपने अक्षर रखें/हटाएँ — dash या underscore cleanup के बाद बच सकता है
चार Unicode normalization forms सरल भाषा में
16 भाषाओं में ब्राउज़र में निजी प्रोसेसिंग
विशेष अक्षर कैसे हटाएँ
Remove special characters विराम और प्रतीक साथ हटाता, अक्षर/संख्या/स्पेस रखता। अलग चाहिए तो Remove punctuation/symbols switches।
non-alphanumeric अक्षर हटाएँ
Remove non-alphanumeric किसी भी भाषा के अक्षर/संख्या रखता। Keep spaces बंद = एक string — ID/codes के लिए।
टेक्स्ट से संख्याएँ हटाएँ
Remove numbers हर script में अंक हटाता — Arabic-Indic, Devanagari, सिर्फ़ 0-9 नहीं।
टेक्स्ट से अक्षर हटाएँ
Remove letters हर script से अक्षर हटाता, अंक/विराम/स्पेस रखता। Remove punctuation के साथ साफ़ संख्याएँ।
टेक्स्ट से इमोजी हटाएँ
Remove emojis हर इमोजी पूरे unit के रूप में हटाता। family/flag/skin tone = एक cluster, अदृश्य बचे नहीं।
टेक्स्ट से प्रतीक हटाएँ
Remove symbols math, currency, + = $ € जैसे लक्ष्य। विराम जैसे comma, full stop तब तक — जब तक Remove punctuation न करें।
टेक्स्ट से एक्सेंट हटाएँ
Remove accents café→cafe, Ελλάδα→Ελλαδα। जानबूझकर Devanagari, Arabic, Hebrew, Thai, Cyrillic छोड़ता — marks अक्षर का हिस्सा।
smart quotes बदलें
Smart quotes to straight मुड़े उद्धरण सीधे — code, CSV, पुराने systems। Straight to smart प्रकाशन। Dashes and ellipsis to ASCII en/em dash, ellipsis।
अदृश्य अक्षर हटाएँ
Safe mode zero-width spaces, byte order marks हटाता। Aggressive joiners भी — Arabic/Indic को चाहिए। Remove direction marks bidirectional overrides, soft hyphens।
Unicode टेक्स्ट सामान्य करें
NFC अक्षर+marks एक character — storage/search के लिए safest। NFD अलग। NFKC/NFKD lookalikes fold — fancy fonts, ligatures, circled numbers plain।
नियंत्रण अक्षर हटाएँ
Remove control characters null bytes और invisible control codes हटाता — DB/export तोड़ते। Keep tabs and line breaks डिफ़ॉल्ट चालू — layout बचे।
some problems not how many spaces — which characters survived copy। Word curly quotes JSON break; design em dashes ellipsis plain-text mishandle; emoji boxes legacy; OCR section signs soft hyphens; RTL zero-width joiners search indexes silently break।
WriteWithin Text Character Cleaner character classes Unicode normalization custom keep/remove browser no upload। Whitespace spacing fixed symbols emoji invisible control codes still trouble use।
removes keeps
Special non-alphanumeric numbers letters
Remove special punctuation symbols together letters numbers spaces keep। Remove punctuation Remove symbols separately toggle। Remove non-alphanumeric letters numbers only everything else any script। Keep spaces off one unbroken string IDs slugs matching keys। Remove numbers all numeral systems। Remove letters every script digits punctuation if off stay।
Emoji clusters symbols
Remove emojis complete unit each। family flags skin-tone zero-width joiners internally whole cluster no invisible leftovers later break। Remove symbols math currency plus equals dollar euro punctuation unless remove too।
Accents script-aware
Remove accents café→cafe Ελλάδα→Ελλαδα decomposition scripts marks decoration understand skips Devanagari Arabic Hebrew Thai Cyrillic marks part letter blind corrupt meaning generic diacritics tools wrong often।
Smart quotes dashes typographic
Smart quotes straight curly apostrophes plain ASCII code CSV older DB expect। Straight smart reverse publishing। Straighten dashes en em single ellipsis ASCII hyphen three dots।
Invisible control
Safe invisible zero-width spaces BOM। Aggressive joiners Arabic Indic need — content unaffected know only। Remove direction marks bidirectional overrides mixed RTL/LTR scramble। Remove control null bytes invisible DB break Keep tabs line breaks default layout survives off only one line truly need।
Unicode NFC NFD NFKC NFKD
NFC compose combining marks single characters storage search safest default। NFD split apart। NFKC NFKD fold compatibility fancy fonts ligatures circled numbers plain NFKC strict ASCII user content NFC general multilingual WriteWithin।
Custom keep remove
Keep characters hyphens underscores dots filenames survive aggressive। Remove exact code points literals regardless toggles Keep alnum Keep characters -_. filename-safe without symbol class guess।
Presets common jobs
Plain text — NFC safe invisible straight quotes dashes control tidy spaces
Filename safe — accents off emoji off alnum -_. ASCII-only
Name list — emoji symbols off numbers off tidy spaces
Numbers only — strip letters emoji symbols punctuation
Letters only — strip numbers emoji symbols
ASCII safe — NFKC accents off emoji off straight quotes ASCII-only
Character vs Whitespace Cleaner
Whitespace Cleaner repeated spaces NBSP tabs PDF line breaks blank lines not emoji punctuation smart quotes Word spacing correct JSON fail usually curly quotes em dashes character-level not space-level।
Character Tidy spaces light collapse after symbols heavy spacing PDF joins NBSP show-invisible Whitespace first chain Whitespace→Character→Line Tools dedupe typical।