free-symbols
IJ

Latin Capital Ligature Ij Letter

IJ is the Latin capital ligature IJ (Unicode U+0132), commonly used in Dutch-style uppercase text.

U+0132

IJ (U+0132) is a specific Unicode character: the Latin Capital Ligature IJ. It represents a combined “IJ” form used in uppercase typography, especially in Dutch contexts. You can copy it directly or use the provided Unicode/HTML escapes in code.

Latin Capital Ligature Ij Letter Meaning

IJ is the Unicode character “LATIN CAPITAL LIGATURE IJ” (U+0132). It’s used to represent the uppercase ligature where the letters I and J are joined into a single glyph. In practice, you’ll see IJ in words or names that are traditionally written with an IJ pairing and where uppercase typesetting prefers this combined form. For developers and designers, it’s also useful when you need the exact character rather than two separate letters “I” + “J”, ensuring consistent rendering and correct text processing. When working with fonts, confirm that your chosen font includes this character.

Common uses

  • Typography for Dutch words and proper names in uppercase contexts
  • Designing posters, headlines, and UI text that must match typographic conventions
  • Writing brand or product names that use the IJ ligature in their official uppercase form
  • Creating accurate multilingual documents and editorial layouts
  • Using the exact Unicode character in web pages and software to avoid “IJ” being split into separate letters

Examples

IJ — Latin Capital Ligature IJ

  • IJIJsselmeer
  • IJIJnterface
  • IJIJvory Design
  • IJAlbert IJansen
  • IJIJBURG Downtown

Variations

Technical codes

UnicodeU+0132
HTML EntityIJ
HTML CodeIJ
CSS\0132

FAQ

What does the Latin Capital Ligature Ij letter mean?

IJ is the Unicode character “LATIN CAPITAL LIGATURE IJ” (U+0132). It’s used to represent the uppercase ligature where the letters I and J are joined into a single glyph. In practice, you’ll see IJ in words or names that are traditionally written with an IJ pairing and where uppercase typesetting prefers this combined form. For developers and designers, it’s also useful when you need the exact character rather than two separate letters “I” + “J”, ensuring consistent rendering and correct text processing. When working with fonts, confirm that your chosen font includes this character.

What Unicode character is IJ?

IJ is the Unicode character LATIN CAPITAL LIGATURE IJ with code point U+0132.

How can I copy IJ in HTML?

Use the HTML entity: IJ .

What’s the difference between IJ and typing “IJ”?

IJ is a single ligature character (one code point), while “IJ” uses two separate letters. Using IJ helps match uppercase ligature typography exactly.

Can I use IJ in code safely?

Yes. You can use the Unicode escapes: CSS \\0132, or JavaScript \\u{0132}, depending on your language and environment.