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