Latin Small Letter J With Circumflex

ĵ

Shortcodes

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

Unicode
U+0135
HTML Code
ĵ
HEX Code
ĵ
CSS Code
\135
JS/JSON
\u0135
Unix/C/PHP/JAVA
0x135
URL-encode
%C4%B5
copied

Customize Latin Small Letter J With Circumflex Symbol

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

Insert ĵ Latin Small Letter J With Circumflex using HTML

1. Copy-paste Latin Small Letter J With Circumflex directly:
<span>ĵ</span>
2. HTML Decimal Code:
<span>&#309;</span>
3. Hexadecimal Code:
<span>&#x0135;</span>
Preview: ĵ

Add Latin Small Letter J With Circumflex symbol with CSS

.latin-small-letter-j-with-circumflex::before {
    content: '\\135';
}
Preview: Latin Small Letter J With Circumflex

Latin Small Letter J With Circumflex JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-j-with-circumflex').textContent = 'ĵ';
2. Unicode Escape for ĵ:
document.querySelector('.latin-small-letter-j-with-circumflex').textContent = '\u0135';
Preview: ĵ