The letter O with a slash, represented as Ø (uppercase) or ø (lowercase), is a unique character that serves multiple purposes across linguistic, scientific, and technical fields. Whether you are typing in a Scandinavian language, representing a mathematical concept, or formatting an amateur radio callsign, knowing the precise keyboard shortcuts and Alt codes is essential for efficiency.

Quick Reference for O with Slash Alt Codes

For those in immediate need of the codes, here are the primary methods for Windows users:

  • Uppercase Ø: Hold the Alt key and type 0216 on the numeric keypad.
  • Lowercase ø: Hold the Alt key and type 0248 on the numeric keypad.

To ensure these codes work, your keyboard's Num Lock must be enabled, and you must use the physical number pad rather than the numbers located above the alphabetical keys.

Understanding the Slashed O: Origins and Usage

The slashed O is not merely a stylized version of the standard Latin "O." It is a distinct vowel in several languages and a specific symbol in various technical disciplines. Understanding its context helps in choosing the correct character for your needs.

Linguistic Significance

The letter Ø is a staple of the Danish, Norwegian, Faroese, and Southern Sami alphabets. It represents a mid-front rounded vowel, similar to the "eu" in the French word "bleu" or the "ö" in German. In these languages, it is considered a separate letter that follows "Z" in alphabetical order. For native speakers and translators, using the correct Ø instead of a standard O is critical for spelling and meaning.

Technical and Mathematical Contexts

Outside of linguistics, the slashed O is frequently used as a placeholder or a shorthand symbol. However, a common point of confusion arises between the letter Ø and two other distinct symbols:

  1. The Empty Set (∅): In mathematics, this symbol represents a set with no elements. While Ø is often used as a substitute in casual settings, the true empty set symbol (Unicode U+2205) is perfectly circular, whereas the letter Ø follows the elliptical shape of the typeface's letter O.
  2. The Diameter Symbol (⌀): In engineering and technical drawing, the diameter sign (Unicode U+2300) indicates the width of a circular object. Like the empty set, it is a geometric circle with a diagonal stroke.

In our testing of various fonts, the letter Ø often appears too narrow or stylized for formal engineering documents, making it important to distinguish between the linguistic letter and the technical symbol.

Detailed Guide to Windows Alt Codes

The Alt code method remains the most reliable way to insert special characters on Windows systems, provided you have the necessary hardware. This method communicates directly with the operating system's character input buffer.

Requirements for Success

To use Alt codes effectively, observe the following conditions:

  • The Numeric Keypad: You must use the block of numbers typically found on the right side of a full-sized keyboard. The horizontal row of numbers above the QWERTY keys will not trigger the character generation.
  • Num Lock Status: Ensure the Num Lock light is on. If Num Lock is off, the keypad acts as navigation keys (arrows, Home, End), and the Alt code will fail.
  • The Alt Key: Use the left Alt key for the best compatibility, as some software configurations treat the right Alt key (AltGr) differently.

Step-by-Step Instructions

  1. Open the application where you wish to type (e.g., Notepad, Word, or a web browser).
  2. Place the cursor at the insertion point.
  3. Press and hold the Alt key.
  4. Type the four-digit sequence 0216 for Ø or 0248 for ø.
  5. Release the Alt key. The character should appear immediately.

Solutions for Laptops Without a Numeric Keypad

Modern laptops frequently omit the dedicated number pad to save space. If you are working on a compact device, the standard Alt code method might seem inaccessible, but several workarounds exist.

Using the Windows Emoji and Symbol Panel

In recent versions of Windows 10 and Windows 11, Microsoft introduced a comprehensive symbol picker that is often faster than memorizing codes.

  1. Press the Windows Key + Period (.) or Windows Key + Semicolon (;).
  2. In the panel that appears, click on the Symbols icon (the Omega Ω symbol).
  3. Scroll through the "Latin Symbols" section or type "o with stroke" in the search bar.
  4. Click the Ø or ø to insert it into your document.

The Windows Character Map

For a more traditional approach, the Character Map utility provides access to every glyph in a specific font.

  1. Type Character Map in the Windows search bar and press Enter.
  2. Check the Advanced view box at the bottom.
  3. In the "Search for" field, type "stroke" or "slash" and click Search.
  4. Select the desired slashed O, click Select, then Copy.
  5. Paste the character into your target application using Ctrl + V.

How to Type O with Slash on macOS

Apple's macOS offers a much more intuitive system for diacritics and special characters compared to the Windows Alt code system. There are two primary ways to achieve this.

The Accent Menu Method

This is the easiest method for occasional use:

  1. Hold down the O key on your keyboard.
  2. A small menu will appear above the cursor showing various accented versions of O.
  3. Press the number corresponding to Ø (usually 6 or a similar number depending on the system language) or click it with your mouse.

Keyboard Shortcuts

For power users, macOS includes dedicated key combinations:

  • Lowercase ø: Press Option + O.
  • Uppercase Ø: Press Option + Shift + O.

These shortcuts work natively across almost all Mac applications, including Pages, Keynote, and Safari.

Typing O with Slash in Microsoft Office

Microsoft Word and Outlook have their own set of internal shortcuts and conversion methods that can bypass the need for Alt codes.

The Unicode Hex Method

If you know the Unicode hex code, you can type it and convert it instantly:

  • For Ø: Type 00D8, then immediately press Alt + X.
  • For ø: Type 00F8, then immediately press Alt + X.

This "Alt + X" trick is unique to Microsoft Word and is incredibly useful for technical writers who frequently switch between different Unicode characters.

The Insert Symbol Menu

  1. Navigate to the Insert tab on the Ribbon.
  2. Click on Symbol at the far right and select More Symbols.
  3. Ensure the "Subset" is set to "Latin-1 Supplement."
  4. Locate the slashed O, click Insert, and then close the dialog.

Mobile Devices: iOS and Android

Typing the slashed O on a smartphone or tablet is remarkably consistent across platforms.

iOS (iPhone and iPad)

  1. Bring up the on-screen keyboard.
  2. Long-press the O key.
  3. Slide your finger to the ø or Ø symbol in the pop-up bar.
  4. Release your finger to insert the character.

Android

Most Android keyboards (including Gboard and Samsung Keyboard) follow the same logic:

  1. Long-press the O key.
  2. Select the slashed O from the list of available accents.
  3. If it does not appear, you may need to enable the "Northern Germanic" or "International" keyboard layout in your system settings.

Developer and Web Implementation

If you are a web developer or a programmer, you may need to represent the slashed O in code to ensure it displays correctly across different browsers and operating systems.

HTML Entities

In HTML, it is often safer to use character entities to avoid encoding issues:

  • Uppercase Ø: Use Ø or Ø.
  • Lowercase ø: Use ø or ø.

CSS Content

If you are inserting the character via CSS (for example, in a ::before pseudo-element), use the escaped hex code:

  • Uppercase Ø: content: "\00D8";
  • Lowercase ø: content: "\00F8";

LaTeX

For academic and scientific papers written in LaTeX, use the following commands:

  • Lowercase ø: \o
  • Uppercase Ø: \O

Why is my Alt code not working?

It is common for users to struggle with Alt codes. In our experience, the failure is usually due to one of the following factors:

  1. Software Interception: Some applications (especially gaming software or specialized IDEs) intercept Alt key combinations for their own shortcuts. Try typing the code in a simple text editor like Notepad to see if the issue is application-specific.
  2. Keyboard Layouts: If your Windows input language is set to certain non-Latin scripts, Alt codes may behave unpredictably. Ensure you are using a standard English or Latin-based keyboard layout.
  3. Registry Settings: Occasionally, the "EnableHexNumerics" registry key needs to be enabled for certain Unicode Alt codes to function. However, for the standard 0216/0248 codes, this is rarely necessary.
  4. Function (Fn) Keys: On laptops, you might need to hold the Fn key in addition to the Alt key if the numeric keypad is embedded within the letter keys (e.g., M, J, K, L representing 0, 1, 2, 3).

The Importance of Font Compatibility

Not all fonts support the slashed O. While common fonts like Arial, Times New Roman, and Calibri include a wide range of Latin-1 characters, more decorative or specialized fonts might lack these glyphs. If you type the code and see a "tofu" block (a square box) or a question mark, the font you have selected does not support the character. Switching to a standard Unicode font will typically resolve this.

Frequently Asked Questions

What is the difference between Ø and ∅?

The character Ø is a letter used in languages like Norwegian and Danish. The symbol ∅ is a mathematical notation for the empty set. While they look similar, they have different Unicode values and are shaped differently in professional typography.

Can I use the O with a slash to represent zero?

In some contexts, such as amateur radio or computer programming, a "slashed zero" (0 with a slash) is used to distinguish the number zero from the capital letter O. However, the slashed zero is usually a "variant" of the number 0 within a font, not the same thing as the Scandinavian letter Ø.

How do I type O with a slash on a Chromebook?

On a Chromebook, you can use the Unicode entry method:

  1. Press Ctrl + Shift + U.
  2. Type the hex code 00D8 (for Ø) or 00F8 (for ø).
  3. Press Space or Enter.

Is there a shortcut for O with a slash in Google Docs?

Google Docs does not have a native "Alt + X" shortcut like Word. Instead, you must go to Insert > Special Characters and search for "o with stroke" or draw the symbol in the provided box.

Summary of Input Methods

Method Uppercase Ø Lowercase ø
Windows Alt Code Alt + 0216 Alt + 0248
Mac Shortcut Option + Shift + O Option + O
Microsoft Word 00D8, Alt + X 00F8, Alt + X
HTML Entity Ø ø
Unicode U+00D8 U+00F8

Mastering the O with slash Alt code and its various alternatives ensures that your documents remain accurate, whether you are writing a letter to a friend in Copenhagen or preparing a complex mathematical proof. By choosing the right method for your specific device and software, you can maintain a seamless workflow and avoid the frustration of hunting for symbols in menu after menu.