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