Mathematical Bold Fraktur Capital Y

๐–„

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Capital Y symbol ๐–„ to use in your websites, apps, blogs, and more.

Unicode
U+1D584
HTML Code
𝖄
HEX Code
𝖄
CSS Code
\1D584
JS/JSON
\u1D584
Unix/C/PHP/JAVA
0x1D584
URL-encode
%F0%9D%96%84
copied

Customize Mathematical Bold Fraktur Capital Y Symbol

Customize ๐–„ symbol as you like and download Mathematical Bold Fraktur Capital Y as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐–„

                        
                    

How to add Mathematical Bold Fraktur Capital Y symbol in HTML, CSS, and JS?

Insert ๐–„ Mathematical Bold Fraktur Capital Y using HTML

1. Copy-paste Mathematical Bold Fraktur Capital Y directly:
<span>๐–„</span>
2. HTML Decimal Code:
<span>&#120196;</span>
3. Hexadecimal Code:
<span>&#x1D584;</span>
Preview: ๐–„

Add Mathematical Bold Fraktur Capital Y symbol with CSS

.mathematical-bold-fraktur-capital-y::before {
    content: '\\1D584';
}
Preview: Mathematical Bold Fraktur Capital Y

Mathematical Bold Fraktur Capital Y JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-capital-y').textContent = '๐–„';
2. Unicode Escape for ๐–„:
document.querySelector('.mathematical-bold-fraktur-capital-y').textContent = '\u1D584';
Preview: ๐–„