Mathematical Bold Script Small J

๐“ณ

Shortcodes

Copy useful codes for mathematical bold script small j symbol ๐“ณ to use in websites, apps, blogs, and docs.

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

Customize Mathematical Bold Script Small J

Customize ๐“ณ, download it as SVG or PNG, or copy the generated HTML snippet.

๐“ณ
  

How to use Mathematical Bold Script Small J Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐“ณ</span>
HTML Code:
<span>&#120051;</span>
HEX Code:
<span>&#x1D4F3;</span>

Add with CSS

.mathematical-bold-script-small-j::before {
  content: '\\1D4F3';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-j').textContent = '๐“ณ';
copied