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