Mathematical Script Small J

๐’ฟ

Shortcodes

Copy and paste codes for Mathematical Script Small J symbol ๐’ฟ to use in your websites, apps, blogs, and more.

Unicode
U+1D4BF
HTML Code
𝒿
HEX Code
𝒿
CSS Code
\1D4BF
JS/JSON
\u1D4BF
Unix/C/PHP/JAVA
0x1D4BF
URL-encode
%F0%9D%92%BF
copied

Customize Mathematical Script Small J Symbol

Customize ๐’ฟ symbol as you like and download Mathematical Script 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 Mathematical Script Small J symbol in HTML, CSS, and JS?

Insert ๐’ฟ Mathematical Script Small J using HTML

1. Copy-paste Mathematical Script Small J directly:
<span>๐’ฟ</span>
2. HTML Decimal Code:
<span>&#119999;</span>
3. Hexadecimal Code:
<span>&#x1D4BF;</span>
Preview: ๐’ฟ

Add Mathematical Script Small J symbol with CSS

.mathematical-script-small-j::before {
    content: '\\1D4BF';
}
Preview: Mathematical Script Small J

Mathematical Script Small J JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-j').textContent = '๐’ฟ';
2. Unicode Escape for ๐’ฟ:
document.querySelector('.mathematical-script-small-j').textContent = '\u1D4BF';
Preview: ๐’ฟ