Latin Capital Letter O With Stroke

Ø

Shortcodes

Copy and paste codes for Latin Capital Letter O With Stroke symbol Ø to use in your websites, apps, blogs, and more.

Unicode
U+00D8
Alt Code
216
HTML Code
Ø
HTML Entity
Ø
HEX Code
Ø
CSS Code
\0D8
JS/JSON
\u00D8
Unix/C/PHP/JAVA
0xD8
URL-encode
%C3%98
copied

Customize Latin Capital Letter O With Stroke Symbol

Customize Ø symbol as you like and download Latin Capital Letter O With Stroke 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 type Latin Capital Letter O With Stroke symbol Ø ?

Using Latin Capital Letter O With Stroke Alt Code:

You can type the Latin Capital Letter O With Stroke symbol Ø using your keyboard by using the Alt Code for Latin Capital Letter O With Stroke. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 216 using the Numpad.
  3. Release the Alt key.

This will make the Ø appear on your screen.

How to add Latin Capital Letter O With Stroke symbol in HTML, CSS, and JS?

Insert Ø Latin Capital Letter O With Stroke using HTML

1. Copy-paste Latin Capital Letter O With Stroke directly:
<span>Ø</span>
2. HTML Decimal Code:
<span>&#216;</span>
3. HTML Entity:
<span>&Oslash;</span>
4. Hexadecimal Code:
<span>&#x00D8;</span>
Preview: Ø

Add Latin Capital Letter O With Stroke symbol with CSS

.latin-capital-letter-o-with-stroke::before {
    content: '\\0D8';
}
Preview: Latin Capital Letter O With Stroke

Latin Capital Letter O With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-o-with-stroke').textContent = 'Ø';
2. Unicode Escape for Ø:
document.querySelector('.latin-capital-letter-o-with-stroke').textContent = '\u00D8';
Preview: Ø