Mathematical Bold Fraktur Small Y
๐
Shortcodes
Copy useful codes for mathematical bold fraktur small y symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D59E HTML Code
𝖞 HEX Code
𝖞 CSS Code
\1D59E JS/JSON
\u1D59E Unix/C/PHP/JAVA
0x1D59E URL-encode
%F0%9D%96%9E Customize Mathematical Bold Fraktur Small Y
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Bold Fraktur Small 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-bold-fraktur-small-y::before {
content: '\\1D59E';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-small-y').textContent = '๐';