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