Mathematical Bold Small X
๐ฑ
Shortcodes
Copy useful codes for mathematical bold small x symbol ๐ฑ to use in websites, apps, blogs, and docs.
Unicode
U+1D431 HTML Code
𝐱 HEX Code
𝐱 CSS Code
\1D431 JS/JSON
\u1D431 Unix/C/PHP/JAVA
0x1D431 URL-encode
%F0%9D%90%B1 Customize Mathematical Bold Small X
Customize ๐ฑ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฑ
How to use Mathematical Bold Small X 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-bold-small-x::before {
content: '\\1D431';
} Set it in JavaScript
document.querySelector('.mathematical-bold-small-x').textContent = '๐ฑ';