Mathematical Bold Script Small I

๐“ฒ

Shortcodes

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

Unicode
U+1D4F2
HTML Code
𝓲
HEX Code
𝓲
CSS Code
\1D4F2
JS/JSON
\u1D4F2
Unix/C/PHP/JAVA
0x1D4F2
URL-encode
%F0%9D%93%B2

Customize Mathematical Bold Script Small I

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

๐“ฒ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“ฒ</span>
HTML Code:
<span>&#120050;</span>
HEX Code:
<span>&#x1D4F2;</span>

Add with CSS

.mathematical-bold-script-small-i::before {
  content: '\\1D4F2';
}

Set it in JavaScript

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