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