Latin Small Letter Dotless J With Stroke

ɟ

Shortcodes

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

Unicode
U+025F
HTML Code
ɟ
HEX Code
ɟ
CSS Code
\25F
JS/JSON
\u025F
Unix/C/PHP/JAVA
0x25F
URL-encode
%C9%9F
copied

Customize Latin Small Letter Dotless J With Stroke Symbol

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

Insert ɟ Latin Small Letter Dotless J With Stroke using HTML

1. Copy-paste Latin Small Letter Dotless J With Stroke directly:
<span>ɟ</span>
2. HTML Decimal Code:
<span>&#607;</span>
3. Hexadecimal Code:
<span>&#x025F;</span>
Preview: ɟ

Add Latin Small Letter Dotless J With Stroke symbol with CSS

.latin-small-letter-dotless-j-with-stroke::before {
    content: '\\25F';
}
Preview: Latin Small Letter Dotless J With Stroke

Latin Small Letter Dotless J With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-dotless-j-with-stroke').textContent = 'ɟ';
2. Unicode Escape for ɟ:
document.querySelector('.latin-small-letter-dotless-j-with-stroke').textContent = '\u025F';
Preview: ɟ