Squared Latin Capital Letter J

๐Ÿ„น

Shortcodes

Copy and paste codes for Squared Latin Capital Letter J symbol ๐Ÿ„น to use in your websites, apps, blogs, and more.

Unicode
U+1F139
HTML Code
🄹
HEX Code
🄹
CSS Code
\1F139
JS/JSON
\u1F139
Unix/C/PHP/JAVA
0x1F139
URL-encode
%F0%9F%84%B9
copied

Customize Squared Latin Capital Letter J Symbol

Customize ๐Ÿ„น symbol as you like and download Squared Latin Capital 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 Squared Latin Capital Letter J symbol in HTML, CSS, and JS?

Insert ๐Ÿ„น Squared Latin Capital Letter J using HTML

1. Copy-paste Squared Latin Capital Letter J directly:
<span>๐Ÿ„น</span>
2. HTML Decimal Code:
<span>&#127289;</span>
3. Hexadecimal Code:
<span>&#x1F139;</span>
Preview: ๐Ÿ„น

Add Squared Latin Capital Letter J symbol with CSS

.squared-latin-capital-letter-j::before {
    content: '\\1F139';
}
Preview: Squared Latin Capital Letter J

Squared Latin Capital Letter J JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-j').textContent = '๐Ÿ„น';
2. Unicode Escape for ๐Ÿ„น:
document.querySelector('.squared-latin-capital-letter-j').textContent = '\u1F139';
Preview: ๐Ÿ„น