Latin Capital Ligature Ij

IJ

Shortcodes

Copy and paste codes for Latin Capital Ligature Ij symbol IJ to use in your websites, apps, blogs, and more.

Unicode
U+0132
HTML Code
IJ
HEX Code
IJ
CSS Code
\132
JS/JSON
\u0132
Unix/C/PHP/JAVA
0x132
URL-encode
%C4%B2
copied

Customize Latin Capital Ligature Ij Symbol

Customize IJ symbol as you like and download Latin Capital Ligature Ij as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
IJ

                        
                    

How to add Latin Capital Ligature Ij symbol in HTML, CSS, and JS?

Insert IJ Latin Capital Ligature Ij using HTML

1. Copy-paste Latin Capital Ligature Ij directly:
<span>IJ</span>
2. HTML Decimal Code:
<span>&#306;</span>
3. Hexadecimal Code:
<span>&#x0132;</span>
Preview: IJ

Add Latin Capital Ligature Ij symbol with CSS

.latin-capital-ligature-ij::before {
    content: '\\132';
}
Preview: Latin Capital Ligature Ij

Latin Capital Ligature Ij JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-ligature-ij').textContent = 'IJ';
2. Unicode Escape for IJ:
document.querySelector('.latin-capital-ligature-ij').textContent = '\u0132';
Preview: IJ