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