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

Add with CSS

.mathematical-double-struck-capital-d::before {
  content: '\\1D53B';
}

Set it in JavaScript

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

Related Fancy Letters

View all Fancy Letters
copied