Mathematical Bold Fraktur Small Y

๐–ž

Shortcodes

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

Unicode
U+1D59E
HTML Code
𝖞
HEX Code
𝖞
CSS Code
\1D59E
JS/JSON
\u1D59E
Unix/C/PHP/JAVA
0x1D59E
URL-encode
%F0%9D%96%9E
copied

Customize Mathematical Bold Fraktur Small Y Symbol

Customize ๐–ž symbol as you like and download Mathematical Bold Fraktur Small 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 Small Y symbol in HTML, CSS, and JS?

Insert ๐–ž Mathematical Bold Fraktur Small Y using HTML

1. Copy-paste Mathematical Bold Fraktur Small Y directly:
<span>๐–ž</span>
2. HTML Decimal Code:
<span>&#120222;</span>
3. Hexadecimal Code:
<span>&#x1D59E;</span>
Preview: ๐–ž

Add Mathematical Bold Fraktur Small Y symbol with CSS

.mathematical-bold-fraktur-small-y::before {
    content: '\\1D59E';
}
Preview: Mathematical Bold Fraktur Small Y

Mathematical Bold Fraktur Small Y JavaScript Code

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