Vai al contenuto
WriteWithin

Pulizia caratteri di testo

Elimina caratteri speciali, emoji, simboli, numeri, accenti e spazzatura invisibile in uno strumento browser privato, senza interrompere gli script non latini.

Preimpostazioni

Speciali e simboli

Lettere e numeri

Invisibile e controllo

Citazioni e Unicode

Le tue regole

L'ordine di elaborazione è fisso: normalizza → invisibile → controllo → virgolette → accenti → emoji → classi di caratteri → regole personalizzate → ASCII → ordinato.

Perché questo strumento è diverso

  • Rimozione dell'accento che comprende le scritture: hindi, arabo, ebraico e tailandese mantengono i loro segni invece di essere alterati
  • Gli emoji vengono fuori come gruppi interi, quindi famiglie, bandiere e tonalità della pelle non lasciano residui invisibili
  • I simboli e la punteggiatura sono interruttori separati invece di un vago contenitore di "caratteri speciali".
  • Mantieni o rimuovi i tuoi personaggi, in modo che un trattino o un carattere di sottolineatura possano sopravvivere a una pulizia
  • Tutte e quattro le forme di normalizzazione Unicode spiegate in un linguaggio semplice
  • Elaborazione privata nel browser in 16 lingue

Come rimuovere i caratteri speciali

Rimuovi caratteri speciali cancella insieme la punteggiatura e i simboli, mantenendo lettere, numeri e spazi. Se ne desideri solo uno, utilizza invece i pulsanti separati Rimuovi punteggiatura e Rimuovi simboli.

Rimuovi i caratteri non alfanumerici

Rimuovi caratteri non alfanumerici mantiene solo lettere e numeri di qualsiasi lingua. Disattiva Mantieni spazi per comprimere tutto in un'unica stringa ininterrotta, utile per ID e codici.

Rimuovere i numeri dal testo

Rimuovi numeri elimina le cifre in ogni scrittura, inclusi i numeri arabo-indiani e Devanagari, non solo da 0 a 9.

Rimuovere le lettere dal testo

Rimuovi lettere rimuove le lettere da ogni scrittura, lasciando cifre, punteggiatura e spaziatura. Abbinalo a Rimuovi punteggiatura per estrarre numeri puliti da una pasta disordinata.

Rimuovi emoji dal testo

Rimuovi emoji elimina ogni emoji come unità completa. Un'emoji di famiglia, una bandiera di un paese o una mano che agita con una tonalità della pelle sono un cluster, quindi non viene lasciato nulla di invisibile che possa interrompere il testo in seguito.

Rimuovere i simboli dal testo

La rimozione dei simboli riguarda la matematica, la valuta e i caratteri dei segni come più, uguale, dollaro ed euro. La punteggiatura, come le virgole e i punti, viene mantenuta, a meno che non venga rimossa anche la punteggiatura.

Rimuovi gli accenti dal testo

Rimuovi gli accenti trasforma café in café e Ελλάδα in Ελλαδα. Salta deliberatamente Devanagari, arabo, ebraico, tailandese e Cyrillic, perché in quelle scritture i segni fanno parte della lettera anziché della decorazione.

Converti virgolette intelligenti

Le virgolette intelligenti sostituiscono le virgolette inglesi e gli apostrofi con quelli semplici, che è ciò che si aspettano il codice, i file CSV e i sistemi precedenti. Le virgolette semplici per smart fanno il contrario per la pubblicazione. I trattini e i puntini di sospensione fino a ASCII appiattiscono anche i trattini, i trattini e i puntini di sospensione a carattere singolo.

Rimuovi i caratteri invisibili

La modalità provvisoria rimuove gli spazi di larghezza zero e i contrassegni dell'ordine dei byte. La modalità aggressiva rimuove anche i joiner, necessari per alcuni testi arabi e indiani, quindi utilizzala solo quando sai che il tuo testo non lo fa. Rimuovi indicatori di direzione cancella le sostituzioni bidirezionali e i trattini morbidi.

Normalizza il testo Unicode

NFC compone lettere e segni in singoli caratteri ed è la scelta più sicura per l'archiviazione e la ricerca. NFD li divide. NFKC e NFKD vanno oltre e piegano i sosia, così i caratteri fantasiosi, le legature e i numeri cerchiati diventano testo semplice.

Rimuovi i caratteri di controllo

La rimozione dei caratteri di controllo cancella i byte null e altri codici di controllo invisibili che interrompono i database e le esportazioni. Mantieni tabulazioni e interruzioni di riga è attivo per impostazione predefinita in modo che il layout sopravviva.

Strumenti correlati

Pulizia spazi · Strumenti per le righe · Maiuscole/minuscole · Pulizia URL

Why character-level cleaning matters

Some text problems are not about how many spaces you have — they are about which characters survived the copy. Microsoft Word inserts curly quotes that break JSON. Design tools export em dashes and ellipsis characters plain-text editors mishandle. Emoji render as boxes in legacy systems. OCR output scatters section signs and soft hyphens through otherwise readable sentences. Zero-width joiners from RTL paste break search indexes silently.

The WriteWithin Text Character Cleaner targets character classes, Unicode normalization, and custom keep/remove rules — all in your browser, with no upload. Use it when the Whitespace Cleaner has already fixed spacing but symbols, emoji, or invisible control codes still cause trouble.

What this tool removes and keeps

Special, non-alphanumeric, numbers, and letters

Remove special characters clears punctuation and symbols together while keeping letters, numbers, and spaces. For finer control, toggle Remove punctuation and Remove symbols separately — commas and full stops are punctuation; plus, equals, and currency signs are symbols.

Remove non-alphanumeric (keep letters and numbers only) strips everything else from any script. Turn off Keep spaces to collapse the result into one unbroken string — handy for IDs, slugs, and matching keys. Remove numbers drops digits in every numeral system, not just 0–9. Remove letters strips letters from every script, leaving digits and punctuation if those options stay off.

Emoji clusters and symbols

Remove emojis deletes each emoji as a complete unit. Family emoji, country flags, and skin-tone modifiers include zero-width joiners internally; the cleaner removes the whole cluster so no invisible leftovers break your text later. Remove symbols targets math, currency, and sign characters such as plus, equals, dollar, and euro while leaving punctuation unless you remove that too.

Accents and script-aware behavior

Remove accents turns café into cafe and Ελλάδα into Ελλαδα using decomposition that understands which scripts treat marks as decoration. It deliberately skips Devanagari, Arabic, Hebrew, Thai, and Cyrillic, where marks are part of the letter — blind stripping would corrupt meaning. This script-aware approach is something generic “remove diacritics” tools often get wrong.

Smart quotes, dashes, and typographic punctuation

Smart quotes to straight replaces curly quotes and apostrophes with plain ASCII — what code, CSV, and older databases expect. Straight quotes to smart does the reverse for publishing. Straighten dashes converts en dashes, em dashes, and the single-character ellipsis to ASCII hyphen and three dots.

Invisible and control characters

Safe invisible mode removes zero-width spaces and byte-order marks. Aggressive mode also strips joiners Arabic and Indic text may need — use only when you know your content is unaffected. Remove direction marks clears bidirectional overrides and related controls that scramble mixed RTL/LTR paste. Remove control characters drops null bytes and other invisible codes that break databases; Keep tabs and line breaks stays on by default so layout survives.

Unicode normalization: NFC, NFD, NFKC, NFKD

NFC composes letters and combining marks into single characters — the safest default for storage and search. NFD splits them apart. NFKC and NFKD go further, folding compatibility characters so fancy fonts, ligatures, and circled numbers become plain text. Choose NFKC when importing user-generated content into strict ASCII systems; choose NFC for general multilingual storage on WriteWithin.

Custom keep and remove characters

Keep characters lists symbols that must survive a aggressive cleanup — hyphens, underscores, dots for filenames. Remove characters lists exact code points or literals to strip regardless of other toggles. Pair Keep alnum only with Keep characters -_. for filename-safe output without guessing which symbol class each mark belongs to.

Presets for common jobs

  • Plain text — NFC, safe invisible removal, straight quotes, straight dashes, control cleanup, tidy spaces
  • Filename safe — accents off, emoji off, alnum plus -_. only, ASCII-only
  • Name list — emoji and 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 Cleaner vs Whitespace Cleaner

The Whitespace Cleaner collapses repeated spaces, replaces NBSP, converts tabs, fixes PDF line breaks, and optionally removes blank lines. It does not remove emoji, punctuation classes, or smart quotes. When Word paste shows “correct” spacing but still fails a JSON parser, the problem is usually curly quotes or em dashes — character-level, not space-level.

Character Cleaner includes Tidy spaces for light collapse after stripping symbols, but for heavy spacing work — PDF joins, NBSP normalization, show-invisible preview — use Whitespace Cleaner first. Typical chain: Whitespace Cleaner → Character Cleaner → Line Tools for list dedupe.

Case Converter reshapes letter casing after characters are stable. URL Cleaner handles link parameters. Line Counter measures without modifying.

Step-by-step: prepare text for code or CSV

  1. Paste your document export into the Character Cleaner.
  2. Apply the Plain text or ASCII safe preset.
  3. Confirm smart quotes to straight and straighten dashes are on.
  4. Enable safe invisible removal and remove control characters.
  5. Copy output and paste into your IDE, JSON file, or CSV importer.

Step-by-step: build filename-safe strings

  1. Apply the Filename safe preset (NFKC, accents removed, emoji off, alnum only).
  2. Add Keep characters -_. if underscores or dots must remain.
  3. Turn on ASCII only when the destination filesystem requires it.
  4. Enable Tidy spaces to collapse gaps left after symbol removal.
  5. Copy and rename files or create slug fields in your CMS.

Common mistakes to avoid

  • Removing accents on Arabic or Hindi text — the tool skips meaningful scripts, but aggressive invisible mode can still harm joiners; prefer safe invisible on multilingual paste.
  • Using Remove special when you only mean emoji — toggle Remove emojis alone to keep punctuation.
  • Expecting PDF line repair here — hard line breaks are a Whitespace Cleaner job.
  • NFKC on display text you want to look pretty — NFKC folds stylistic variants; use NFC for human-facing copy.
  • Forgetting Keep tabs and line breaks — turning it off flattens structured logs; disable only when you truly need one line.

Benefits of script-aware character cleaning

  • Emoji removed as whole clusters — no invisible joiner leftovers
  • Accent stripping respects scripts where marks carry meaning
  • Separate switches for symbols, punctuation, numbers, and letters
  • All four Unicode normalization forms with plain-language presets
  • Private in-browser processing for sensitive drafts and client data

Real-world use cases

JSON and API payloads: straight quotes, no control characters, NFC normalization. E-commerce SKU cleanup: letters and numbers only, symbols off. Social post prep for SMS: emoji off, accents optional. OCR and PDF paste: combine with Whitespace Cleaner, then strip section signs and odd symbols here. Filename batches: ASCII safe preset with custom keep characters for dots and hyphens in version numbers.

Common questions

Will removing accents break Hindi, Arabic, or Thai? No. Accent removal targets Latin and Greek decoration marks. Devanagari, Arabic, Hebrew, Thai, and Cyrillic marks are left intact.

What is the difference between symbols and special characters? Symbols are math, currency, and signs like + = $ €. Punctuation is , . ! ? and quotes. Remove special clears both; you can also toggle each class.

Does emoji removal leave broken leftovers? No. Clusters including skin tones, flags, and families remove as one unit.

Which Unicode form should I use? NFC for general storage; NFKC when folding lookalikes and compatibility characters for strict systems.

Is my text uploaded? No. Character cleaning runs entirely in your browser.

Domande frequenti

La rimozione degli accenti interromperà il testo in hindi, arabo o tailandese?

No. La rimozione dell'accento prende di mira solo il latino e il greco, dove i segni sono decorazioni. In Devanagari, arabo, ebraico, tailandese e Cyrillic i segni fanno parte della lettera, quindi vengono lasciati soli.

Qual è la differenza tra simboli e caratteri speciali?

I simboli sono caratteri matematici, valutari e segni come + = $ €. La punteggiatura è costituita da segni come , . ! ? e citazioni. Rimuovi i caratteri speciali cancella entrambi contemporaneamente e puoi anche attivarli separatamente.

La rimozione delle emoji lascia degli avanzi rotti?

No. Le emoji unite come famiglie, bandiere e tonalità della pelle vengono rimosse come una singola unità, quindi non vengono lasciati indietro nessun joiner a larghezza zero o selettori di variazione.

Quale modulo di normalizzazione Unicode dovrei utilizzare?

NFC è l'impostazione predefinita sicura per l'archiviazione e il confronto del testo. NFD divide le lettere dai rispettivi segni. NFKC e NFKD piegano anche i sosia, trasformando caratteri fantasiosi, legature e numeri cerchiati in caratteri semplici.

Il mio testo è stato caricato?

No. La pulizia dei caratteri viene eseguita interamente nel tuo browser. Il testo non lascia mai il tuo dispositivo.