Partial Differential
∂
Shortcodes
Copy and paste codes for Partial Differential symbol ∂ to use in your websites, apps, blogs, and more.
Unicode
U+2202
HTML Code
∂
HEX Code
∂
CSS Code
\2202
JS/JSON
\u2202
Unix/C/PHP/JAVA
0x2202
URL-encode
%E2%88%82
copied
Customize Partial Differential Symbol
Customize ∂ symbol as you like and download Partial Differential as SVG or PNG or copy its HTML code to use in your projects.
Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
∂
How to add Partial Differential symbol in HTML, CSS, and JS?
Insert ∂ Partial Differential using HTML
1. Copy-paste Partial Differential directly:
<span>∂</span>
2. HTML Decimal Code:
<span>∂</span>
3. Hexadecimal Code:
<span>∂</span>
Preview: ∂
Add Partial Differential symbol with CSS
.partial-differential::before {
content: '\\2202';
}
Preview: Partial Differential
Partial Differential JavaScript Code
1. Direct Symbol:
document.querySelector('.partial-differential').textContent = '∂';
2. Unicode Escape for ∂:
document.querySelector('.partial-differential').textContent = '\u2202';
Preview: ∂