Mathematical Double-struck Capital F
๐ฝ
Shortcodes
Copy useful codes for mathematical double-struck capital f symbol ๐ฝ to use in websites, apps, blogs, and docs.
Unicode
U+1D53D HTML Code
𝔽 HEX Code
𝔽 CSS Code
\1D53D JS/JSON
\u1D53D Unix/C/PHP/JAVA
0x1D53D URL-encode
%F0%9D%94%BD Customize Mathematical Double-struck Capital F
Customize ๐ฝ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฝ
How to use Mathematical Double-struck Capital 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-double-struck-capital-f::before {
content: '\\1D53D';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-capital-f').textContent = '๐ฝ';