Mathematical Double-struck Capital E

๐”ผ

Shortcodes

Copy useful codes for mathematical double-struck capital e symbol ๐”ผ to use in websites, apps, blogs, and docs.

Unicode
U+1D53C
HTML Code
𝔼
HEX Code
𝔼
CSS Code
\1D53C
JS/JSON
\u1D53C
Unix/C/PHP/JAVA
0x1D53C
URL-encode
%F0%9D%94%BC

Customize Mathematical Double-struck Capital E

Customize ๐”ผ, download it as SVG or PNG, or copy the generated HTML snippet.

๐”ผ
  

How to use Mathematical Double-struck Capital E Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐”ผ</span>
HTML Code:
<span>&#120124;</span>
HEX Code:
<span>&#x1D53C;</span>

Add with CSS

.mathematical-double-struck-capital-e::before {
  content: '\\1D53C';
}

Set it in JavaScript

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

Related Fancy Letters

View all Fancy Letters
copied