Mathematical Fraktur Small I
๐ฆ
Shortcodes
Copy useful codes for mathematical fraktur small i symbol ๐ฆ to use in websites, apps, blogs, and docs.
Unicode
U+1D526 HTML Code
𝔦 HEX Code
𝔦 CSS Code
\1D526 JS/JSON
\u1D526 Unix/C/PHP/JAVA
0x1D526 URL-encode
%F0%9D%94%A6 Customize Mathematical Fraktur Small I
Customize ๐ฆ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฆ
How to use Mathematical Fraktur 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-fraktur-small-i::before {
content: '\\1D526';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-small-i').textContent = '๐ฆ';