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