Modifier Letter Small J

ʲ

Shortcodes

Copy and paste codes for Modifier Letter Small J symbol ʲ to use in your websites, apps, blogs, and more.

Unicode
U+02B2
HTML Code
ʲ
HEX Code
ʲ
CSS Code
\2B2
JS/JSON
\u02B2
Unix/C/PHP/JAVA
0x2B2
URL-encode
%CA%B2
copied

Customize Modifier Letter Small J Symbol

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

Insert ʲ Modifier Letter Small J using HTML

1. Copy-paste Modifier Letter Small J directly:
<span>ʲ</span>
2. HTML Decimal Code:
<span>&#690;</span>
3. Hexadecimal Code:
<span>&#x02B2;</span>
Preview: ʲ

Add Modifier Letter Small J symbol with CSS

.modifier-letter-small-j::before {
    content: '\\2B2';
}
Preview: Modifier Letter Small J

Modifier Letter Small J JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-j').textContent = 'ʲ';
2. Unicode Escape for ʲ:
document.querySelector('.modifier-letter-small-j').textContent = '\u02B2';
Preview: ʲ