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>𝒾</span> HEX Code:
<span>𝒾</span> Add with CSS
.mathematical-script-small-i::before {
content: '\\1D4BE';
} Set it in JavaScript
document.querySelector('.mathematical-script-small-i').textContent = '๐พ';