Ohm Sign
Ω
Shortcodes
Copy and paste codes for Ohm Sign symbol Ω to use in your websites, apps, blogs, and more.
Unicode
U+2126
HTML Code
Ω
HTML Entity
Ω
HEX Code
Ω
CSS Code
\2126
JS/JSON
\u2126
Unix/C/PHP/JAVA
0x2126
URL-encode
%E2%84%A6
copied
Customize Ohm Sign Symbol
Customize Ω symbol as you like and download Ohm Sign 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 Ohm Sign symbol in HTML, CSS, and JS?
Insert Ω Ohm Sign using HTML
1. Copy-paste Ohm Sign directly:
<span>Ω</span>
2. HTML Decimal Code:
<span>Ω</span>
3. HTML Entity:
<span>Ω</span>
4. Hexadecimal Code:
<span>Ω</span>
Preview: Ω
Add Ohm Sign symbol with CSS
.ohm-sign::before {
content: '\\2126';
}
Preview: Ohm Sign
Ohm Sign JavaScript Code
1. Direct Symbol:
document.querySelector('.ohm-sign').textContent = 'Ω';
2. Unicode Escape for Ω:
document.querySelector('.ohm-sign').textContent = '\u2126';
Preview: Ω