Mathematical Sans-serif Italic Small I
๐ช
Shortcodes
Copy useful codes for mathematical sans-serif italic small i symbol ๐ช to use in websites, apps, blogs, and docs.
Unicode
U+1D62A HTML Code
𝘪 HEX Code
𝘪 CSS Code
\1D62A JS/JSON
\u1D62A Unix/C/PHP/JAVA
0x1D62A URL-encode
%F0%9D%98%AA Customize Mathematical Sans-serif Italic Small I
Customize ๐ช, download it as SVG or PNG, or copy the generated HTML snippet.
๐ช
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-i::before {
content: '\\1D62A';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-i').textContent = '๐ช';