Korean Particle (Josa) Helper

Analyze the final consonant of a word to auto-select the right Korean particle (eun/neun, i/ga, eul/reul, gwa/wa).

Category: Text Tools

When to use?

Use it when a template string contains a variable and needs the correct particle, or to confirm whether a word ends with a final consonant without checking particles one by one.

How to use

  • Enter a word.
  • Choose the particle type (eun/neun, i/ga, eul/reul, gwa/wa).
  • See the final-consonant analysis and the correct particle.

Input Explanation

Enter one Korean word to check. The particle is decided by whether the last character has a final consonant.

Calculation Basis

It extracts the final-consonant index from the last character's Unicode value. No final consonant → neun/ga/reul/wa/ro; has one → eun/i/eul/gwa/euro.

Usage Examples

  • Verify document particles - Quickly check the correct particle to follow a word.
  • Reference for template development - Apply the correct particle in a variable-filled string template.
  • Check notice wording - Confirm the right particle for a word to avoid awkward phrasing.

Examples

  • A word ending in a vowel → neun, ga, reul, wa
  • A word ending in a consonant → eun, i, eul, gwa

Cautions

  • It judges by the last character of a complete Korean word. Values ending in English, numbers, or symbols are not analyzed for a final consonant.
  • Counts can vary by how spaces and line breaks are handled.

FAQ

Are English words or numbers handled?

No. This tool judges the final consonant from a complete Korean character's value.

Are ro/euro particles supported?

Yes, ro/euro particles are provided too.

Which particles are supported?

Particles that depend on the final consonant: eun/neun, i/ga, eul/reul, gwa/wa, ro/euro.

How is the final consonant judged?

It analyzes the final-consonant value of the word's last character to determine presence accurately.

Related Tools