Mathematical Script Small I

๐’พ

Shortcodes

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

Unicode
U+1D4BE
HTML Code
𝒾
HEX Code
𝒾
CSS Code
\1D4BE
JS/JSON
\u1D4BE
Unix/C/PHP/JAVA
0x1D4BE
URL-encode
%F0%9D%92%BE

Customize Mathematical Script Small I

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

๐’พ
  

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

Insert in HTML

1. Direct symbol:
<span>๐’พ</span>
HTML Code:
<span>&#119998;</span>
HEX Code:
<span>&#x1D4BE;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.mathematical-script-small-i').textContent = '๐’พ';
copied