Mathematical Sans-serif Bold Italic Small V
๐ซ
Shortcodes
Copy useful codes for mathematical sans-serif bold italic small v symbol ๐ซ to use in websites, apps, blogs, and docs.
Unicode
U+1D66B HTML Code
𝙫 HEX Code
𝙫 CSS Code
\1D66B JS/JSON
\u1D66B Unix/C/PHP/JAVA
0x1D66B URL-encode
%F0%9D%99%AB Customize Mathematical Sans-serif Bold Italic Small V
Customize ๐ซ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ซ
How to use Mathematical Sans-serif Bold Italic Small V 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-sans-serif-bold-italic-small-v::before {
content: '\\1D66B';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-bold-italic-small-v').textContent = '๐ซ';