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>&#120125;</span>
HEX Code:
<span>&#x1D53D;</span>

Add with CSS

.mathematical-double-struck-capital-f::before {
  content: '\\1D53D';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-capital-f').textContent = '๐”ฝ';

Related Fancy Letters

View all Fancy Letters
copied