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>&#120102;</span>
HEX Code:
<span>&#x1D526;</span>

Add with CSS

.mathematical-fraktur-small-i::before {
  content: '\\1D526';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-small-i').textContent = '๐”ฆ';
copied