Latin Capital Letter O With Stroke
Ø
Shortcodes
Copy useful codes for latin capital letter o with stroke symbol Ø to use in websites, apps, blogs, and docs.
Unicode
U+00D8 Alt Code
216 HTML Code
Ø HTML Entity
Ø HEX Code
Ø CSS Code
\00D8 JS/JSON
\u00D8 Unix/C/PHP/JAVA
0xD8 URL-encode
%C3%98 Customize Latin Capital Letter O With Stroke
Customize Ø, download it as SVG or PNG, or copy the generated HTML snippet.
Ø
How to use Latin Capital Letter O With Stroke Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ø</span> HTML Code:
<span>Ø</span> HTML Entity:
<span>Ø</span> HEX Code:
<span>Ø</span> Add with CSS
.latin-capital-letter-o-with-stroke::before {
content: '\\00D8';
} Set it in JavaScript
document.querySelector('.latin-capital-letter-o-with-stroke').textContent = 'Ø';