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