Mathematical Monospace Small Y

๐šข

Shortcodes

Copy and paste codes for Mathematical Monospace Small Y symbol ๐šข to use in your websites, apps, blogs, and more.

Unicode
U+1D6A2
HTML Code
𝚢
HEX Code
𝚢
CSS Code
\1D6A2
JS/JSON
\u1D6A2
Unix/C/PHP/JAVA
0x1D6A2
URL-encode
%F0%9D%9A%A2
copied

Customize Mathematical Monospace Small Y Symbol

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

Insert ๐šข Mathematical Monospace Small Y using HTML

1. Copy-paste Mathematical Monospace Small Y directly:
<span>๐šข</span>
2. HTML Decimal Code:
<span>&#120482;</span>
3. Hexadecimal Code:
<span>&#x1D6A2;</span>
Preview: ๐šข

Add Mathematical Monospace Small Y symbol with CSS

.mathematical-monospace-small-y::before {
    content: '\\1D6A2';
}
Preview: Mathematical Monospace Small Y

Mathematical Monospace Small Y JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-monospace-small-y').textContent = '๐šข';
2. Unicode Escape for ๐šข:
document.querySelector('.mathematical-monospace-small-y').textContent = '\u1D6A2';
Preview: ๐šข