Mathematical Fraktur Small F

๐”ฃ

Shortcodes

Copy and paste codes for Mathematical Fraktur Small F symbol ๐”ฃ to use in your websites, apps, blogs, and more.

Unicode
U+1D523
HTML Code
𝔣
HEX Code
𝔣
CSS Code
\1D523
JS/JSON
\u1D523
Unix/C/PHP/JAVA
0x1D523
URL-encode
%F0%9D%94%A3
copied

Customize Mathematical Fraktur Small F Symbol

Customize ๐”ฃ symbol as you like and download Mathematical Fraktur Small F as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐”ฃ

                        
                    

How to add Mathematical Fraktur Small F symbol in HTML, CSS, and JS?

Insert ๐”ฃ Mathematical Fraktur Small F using HTML

1. Copy-paste Mathematical Fraktur Small F directly:
<span>๐”ฃ</span>
2. HTML Decimal Code:
<span>&#120099;</span>
3. Hexadecimal Code:
<span>&#x1D523;</span>
Preview: ๐”ฃ

Add Mathematical Fraktur Small F symbol with CSS

.mathematical-fraktur-small-f::before {
    content: '\\1D523';
}
Preview: Mathematical Fraktur Small F

Mathematical Fraktur Small F JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-f').textContent = '๐”ฃ';
2. Unicode Escape for ๐”ฃ:
document.querySelector('.mathematical-fraktur-small-f').textContent = '\u1D523';
Preview: ๐”ฃ