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