Modifier Letter Capital U
ᵁ
Shortcodes
Copy useful codes for modifier letter capital u symbol ᵁ to use in websites, apps, blogs, and docs.
Unicode
U+1D41 HTML Code
ᵁ HEX Code
ᵁ CSS Code
\1D41 JS/JSON
\u1D41 Unix/C/PHP/JAVA
0x1D41 URL-encode
%E1%B5%81 Customize Modifier Letter Capital U
Customize ᵁ, download it as SVG or PNG, or copy the generated HTML snippet.
ᵁ
How to use Modifier Letter Capital U 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
.modifier-letter-capital-u::before {
content: '\\1D41';
} Set it in JavaScript
document.querySelector('.modifier-letter-capital-u').textContent = 'ᵁ';