Latin Small Letter O With Stroke

ø

Shortcodes

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

Unicode
U+00F8
Alt Code
248
HTML Code
ø
HTML Entity
ø
HEX Code
ø
CSS Code
\0F8
JS/JSON
\u00F8
Unix/C/PHP/JAVA
0xF8
URL-encode
%C3%B8
copied

Customize Latin Small Letter O With Stroke Symbol

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

Using Latin Small Letter O With Stroke Alt Code:

You can type the Latin Small Letter O With Stroke symbol ø using your keyboard by using the Alt Code for Latin Small 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 248 using the Numpad.
  3. Release the Alt key.

This will make the ø appear on your screen.

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

Insert ø Latin Small Letter O With Stroke using HTML

1. Copy-paste Latin Small Letter O With Stroke directly:
<span>ø</span>
2. HTML Decimal Code:
<span>&#248;</span>
3. HTML Entity:
<span>&oslash;</span>
4. Hexadecimal Code:
<span>&#x00F8;</span>
Preview: ø

Add Latin Small Letter O With Stroke symbol with CSS

.latin-small-letter-o-with-stroke::before {
    content: '\\0F8';
}
Preview: Latin Small Letter O With Stroke

Latin Small Letter O With Stroke JavaScript Code

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