Mathematical Double-struck Small V
๐ง
Shortcodes
Copy useful codes for mathematical double-struck small v symbol ๐ง to use in websites, apps, blogs, and docs.
Unicode
U+1D567 HTML Code
𝕧 HEX Code
𝕧 CSS Code
\1D567 JS/JSON
\u1D567 Unix/C/PHP/JAVA
0x1D567 URL-encode
%F0%9D%95%A7 Customize Mathematical Double-struck Small V
Customize ๐ง, download it as SVG or PNG, or copy the generated HTML snippet.
๐ง
How to use Mathematical Double-struck 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-double-struck-small-v::before {
content: '\\1D567';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-small-v').textContent = '๐ง';