Mathematical Bold Script Small J

๐“ณ

Shortcodes

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

Unicode
U+1D4F3
HTML Code
𝓳
HEX Code
𝓳
CSS Code
\1D4F3
JS/JSON
\u1D4F3
Unix/C/PHP/JAVA
0x1D4F3
URL-encode
%F0%9D%93%B3
copied

Customize Mathematical Bold Script Small J Symbol

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

Insert ๐“ณ Mathematical Bold Script Small J using HTML

1. Copy-paste Mathematical Bold Script Small J directly:
<span>๐“ณ</span>
2. HTML Decimal Code:
<span>&#120051;</span>
3. Hexadecimal Code:
<span>&#x1D4F3;</span>
Preview: ๐“ณ

Add Mathematical Bold Script Small J symbol with CSS

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

Mathematical Bold Script Small J JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-j').textContent = '๐“ณ';
2. Unicode Escape for ๐“ณ:
document.querySelector('.mathematical-bold-script-small-j').textContent = '\u1D4F3';
Preview: ๐“ณ