Mathematical Fraktur Small Y

๐”ถ

Shortcodes

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

Unicode
U+1D536
HTML Code
𝔶
HEX Code
𝔶
CSS Code
\1D536
JS/JSON
\u1D536
Unix/C/PHP/JAVA
0x1D536
URL-encode
%F0%9D%94%B6
copied

Customize Mathematical Fraktur Small Y Symbol

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

Insert ๐”ถ Mathematical Fraktur Small Y using HTML

1. Copy-paste Mathematical Fraktur Small Y directly:
<span>๐”ถ</span>
2. HTML Decimal Code:
<span>&#120118;</span>
3. Hexadecimal Code:
<span>&#x1D536;</span>
Preview: ๐”ถ

Add Mathematical Fraktur Small Y symbol with CSS

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

Mathematical Fraktur Small Y JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-y').textContent = '๐”ถ';
2. Unicode Escape for ๐”ถ:
document.querySelector('.mathematical-fraktur-small-y').textContent = '\u1D536';
Preview: ๐”ถ