Latin Letter Small Capital J

Shortcodes

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

Unicode
U+1D0A
HTML Code
ᴊ
HEX Code
ᴊ
CSS Code
\1D0A
JS/JSON
\u1D0A
Unix/C/PHP/JAVA
0x1D0A
URL-encode
%E1%B4%8A
copied

Customize Latin Letter Small Capital J Symbol

Customize ᴊ symbol as you like and download Latin Letter Small Capital 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 Letter Small Capital J symbol in HTML, CSS, and JS?

Insert ᴊ Latin Letter Small Capital J using HTML

1. Copy-paste Latin Letter Small Capital J directly:
<span>ᴊ</span>
2. HTML Decimal Code:
<span>&#7434;</span>
3. Hexadecimal Code:
<span>&#x1D0A;</span>
Preview:

Add Latin Letter Small Capital J symbol with CSS

.latin-letter-small-capital-j::before {
    content: '\\1D0A';
}
Preview: Latin Letter Small Capital J

Latin Letter Small Capital J JavaScript Code

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