Latin Subscript Small Letter J

Shortcodes

Copy and paste codes for Latin Subscript Small Letter J symbol ⱼ to use in your websites, apps, blogs, and more.

Unicode
U+2C7C
HTML Code
ⱼ
HEX Code
ⱼ
CSS Code
\2C7C
JS/JSON
\u2C7C
Unix/C/PHP/JAVA
0x2C7C
URL-encode
%E2%B1%BC
copied

Customize Latin Subscript Small Letter J Symbol

Customize ⱼ symbol as you like and download Latin Subscript Small Letter J 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.

                        
                    

How to add Latin Subscript Small Letter J symbol in HTML, CSS, and JS?

Insert ⱼ Latin Subscript Small Letter J using HTML

1. Copy-paste Latin Subscript Small Letter J directly:
<span>ⱼ</span>
2. HTML Decimal Code:
<span>&#11388;</span>
3. Hexadecimal Code:
<span>&#x2C7C;</span>
Preview:

Add Latin Subscript Small Letter J symbol with CSS

.latin-subscript-small-letter-j::before {
    content: '\\2C7C';
}
Preview: Latin Subscript Small Letter J

Latin Subscript Small Letter J JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-j').textContent = 'ⱼ';
2. Unicode Escape for ⱼ:
document.querySelector('.latin-subscript-small-letter-j').textContent = '\u2C7C';
Preview: