How To Type 1st 2nd 3rd On Keyboard

10 min read

How to Type 1st 2nd 3rd on Keyboard: A thorough look

Typing ordinal numbers like 1st, 2nd, 3rd, and so on is a common requirement in various writing scenarios, from academic papers to professional documents. While these superscript characters might seem tricky to input, You've got several efficient methods worth knowing here. This guide will walk you through the most reliable techniques for creating properly formatted ordinal numbers, ensuring your documents look polished and professional.

Understanding Ordinal Numbers

Before diving into the methods, it's essential to understand what ordinal numbers are and why proper formatting matters. Ordinal numbers indicate position or order in a sequence (1st, 2nd, 3rd, etc.Also, ), as opposed to cardinal numbers which indicate quantity (1, 2, 3, etc. ). In formal writing, these ordinals should appear as superscript characters—smaller and slightly elevated above the baseline text—to maintain readability and visual consistency.

Method 1: Using Keyboard Shortcuts

The quickest way to type ordinal numbers is through keyboard shortcuts, though the exact method varies depending on your operating system and keyboard configuration.

For Windows Users:

  1. For 1st, 2nd, 3rd specifically:

    • Simply type the number followed by "st", "nd", or "rd"
    • Highlight the suffix (st, nd, rd)
    • Press Ctrl + Shift + + (plus sign) to make it superscript
    • Press the same combination again to return to normal text
  2. Using Unicode:

    • Type the number (1, 2, 3)
    • Press and hold Alt
    • Type the corresponding code on the numeric keypad:
      • For 1st: Alt + 8308
      • For 2nd: Alt + 8309
      • For 3rd: Alt + 8310
    • Release Alt

For Mac Users:

  1. Using Character Viewer:

    • Open System Preferences > Keyboard
    • Check "Show Keyboard and Emoji viewers in menu bar"
    • Click the flag icon in the menu bar and select "Show Character Viewer"
    • Search for "superscript" and find the ordinal suffixes you need
  2. Keyboard Shortcut:

    • Type the number (1, 2, 3)
    • Press Control + Command + Space to open Character Viewer
    • Search for the ordinal suffix and double-click to insert

Method 2: Using Autocorrect Features

Most modern word processors allow you to create custom autocorrect entries for frequently used symbols and formats.

In Microsoft Word:

  1. Go to File > Options > Proofing > AutoCorrect Options
  2. In the "Replace" field, type a shortcut like "ord1"
  3. In the "With" field, type "1st" and format it as superscript
  4. Click Add and repeat for other ordinals
  5. Now typing "ord1" will automatically convert to "1st" with proper formatting

In Google Docs:

  1. Go to Tools > Preferences
  2. In the "Substitution" tab, create a new replacement
  3. Set "Replace" to your shortcut (e.g., "ord1")
  4. Set "With" to the formatted ordinal (1st)
  5. Click "Add" and repeat as needed

Method 3: Using Copy and Paste

The simplest method, though not the most efficient for large amounts of text:

  1. Find properly formatted ordinals online or in another document
  2. Copy them (Ctrl+C or Cmd+C)
  3. Paste them where needed (Ctrl+V or Cmd+V)

You can create a text file with commonly used ordinals to keep on your desktop for quick access And it works..

Method 4: Using Unicode Input

For more technical users, Unicode input provides access to virtually all ordinal numbers:

  1. Enable Unicode input in your system settings
  2. Use the Unicode values:
    • 1st: U+00B9 (¹) + "st"
    • 2nd: U+00B2 (²) + "nd"
    • 3rd: U+00B3 (³) + "rd"
    • For higher numbers: U+2070-⁰, U+00B9-¹, U+00B2-², U+00B3-³, U+2074-⁴, etc.

Method 5: Using Built-in Word Processor Features

Most modern word processors have built-in functionality for handling ordinals:

In Microsoft Word:

  1. Type the number followed by "st", "nd", "rd", or "th"
  2. The program may automatically format it as superscript
  3. If not, highlight the suffix and press Ctrl+Shift+=

In Google Docs:

  1. Type the number followed by the ordinal suffix
  2. Highlight the suffix
  3. Click Format > Text > Superscript

Common Issues and Troubleshooting

  1. Keyboard shortcuts not working:

    • Ensure Num Lock is on for Alt code methods
    • Check if your keyboard has a dedicated numeric keypad
    • Try using the on-screen keyboard as a reference
  2. Autocorrect not applying:

    • Verify that the feature is enabled in your application
    • Check if your custom entries were saved correctly
    • Restart the application if changes don't take effect
  3. Inconsistent formatting:

    • Create a style guide for your documents
    • Use the same method throughout for consistency
    • Consider using templates for frequently used documents

Applications and Use Cases

Properly formatted ordinal numbers are essential in:

  • Academic writing and research papers
  • Legal documents and contracts
  • Technical manuals and instructions
  • Creative writing with numbered lists
  • Date formatting (e.g., 1st, 2nd, 3rd of January)
  • Sports statistics and rankings

Frequently Asked Questions

Q: Can I type ordinal numbers on mobile devices? A: Yes, most mobile keyboards allow you to access superscript characters through the symbol menu or by long-pressing certain characters.

Q: Are there differences between British and American English ordinal formatting? A: The basic formatting remains the same, but there are minor punctuation differences in certain contexts. To give you an idea, British English sometimes uses a superscript "th" after numbers ending in 1, 2, or 3 when they're part of a larger number (e.g., 21st, 22nd, 23rd).

Q: How do I type ordinal numbers beyond 3rd? A: The same methods apply. For numbers ending in 1, 2, or 3, use st, nd, or rd respectively. For all other numbers, use th (e.g., 4th, 5th, 11th, 12th, 13th, 21st

Beyond 21st, the suffix pattern continues: 22nd, 23rd, and 24th, 25th, and so on, with the same rules applying to the last two digits. Numbers ending in 11, 12, or 13 always take “th,” regardless of their final digit. For larger figures such as 101st, 102nd, 103rd, and 104th, the same endings are used, and the superscript formatting can be applied using the same Unicode characters or word‑processor shortcuts described earlier.

Q: Does the method differ in plain‑text editors versus rich‑text editors?
A: Plain‑text editors do not support automatic superscript, so you must insert the Unicode characters directly or apply formatting after typing. Rich‑text editors like Microsoft Word or Google Docs provide built‑in shortcuts that automate the superscript step, making the process quicker and less error‑prone.

Q: How can I see to it that screen readers interpret the formatted ordinal correctly?
A: Most

Most screen readers will treat the superscript as regular text unless the document includes specific markup that signals a numerical relationship. Adding an ARIA label or wrapping the ordinal in a semantic element (for example, a <span role="text" aria‑label="twenty‑first">) ensures the ordinal is announced as a number rather than being read as a decorative character The details matter here. And it works..

Additional Tips for Consistent Ordinal Usage

  • apply document‑wide styles – define a dedicated style for ordinals that automatically applies superscript formatting and, where needed, the appropriate ARIA attributes.
  • Use find‑replace with regular expressions – many editors let you locate patterns such as “\d+(st|nd|rd|th)” and replace them with the same text wrapped in a superscript‑enabled tag.
  • Integrate with version‑control workflows – configure your commit‑message template to include ordinals only when they appear in headings or list items, reducing accidental misuse.

Cross‑Platform Considerations

  • Web content – employ the <sup> tag or CSS font-size/position to create true superscripts; avoid relying solely on visual spacing, which can break accessibility.
  • Mobile applications – most modern keyboards expose a “¹” character in the symbols panel; long‑press the “t” or “d” key to reveal the superscript variants directly.
  • LaTeX documents – the ^\textsuperscript{} command or the xsuperscript package automate the formatting, and the \textsuperscript command can be combined with \textordinal macros for full automation.

Common Pitfalls to Avoid

  • Applying superscript after the fact – manually raising the font size without adjusting baseline can cause misalignment, especially with larger fonts.
  • Mixing styles – using a different font family for ordinals can introduce inconsistent visual weight, making the document appear uneven.
  • **Neglect

Common Pitfalls to Avoid (continued)

  • Applying superscript after the fact – manually raising the font size without adjusting the baseline can cause mis‑alignment, especially with larger fonts. The safest approach is to let the editor’s built‑in superscript feature handle the vertical offset, or, when inserting Unicode characters directly, to rely on the character’s intrinsic metrics rather than styling tricks.
  • Mixing styles – using a different font family for ordinals can introduce inconsistent visual weight, making the document appear uneven. Choose a single typeface for the body text and let the superscript rendering inherit its weight; only switch to a distinct typeface if the style guide explicitly calls for it.
  • Neglecting locale‑specific rules – ordinal suffixes differ across languages (e.g., “‑er” in French, “‑º” in Spanish). Applying English‑style superscripts to non‑English text can confuse readers and break accessibility expectations. Always verify the correct suffix for the target language before formatting.
  • Over‑using superscripts – while superscripts improve readability for isolated ordinals, excessive use (e.g., in dense tables or long paragraphs) can become visually noisy. Reserve them for headings, list items, and short inline references; otherwise, plain‑text ordinals are perfectly acceptable.

A Minimal, Portable Workflow for Everyone

Below is a concise step‑by‑step recipe that works across most operating systems and editors, ensuring you can insert a correctly formatted ordinal in seconds, no matter where you are working.

  1. Copy the Unicode suffix

    • Open the “Character Map” (Windows) / “Character Viewer” (macOS) / any online Unicode table.
    • Locate the superscript characters you need: ¹ ² ³ ⁿ ˢ.
    • Copy the entire string (e.g., ⁿˢ for “ns”) to the clipboard.
  2. Type the base number

    • In your document, type the numeral (e.g., 21).
  3. Paste the suffix

    • Immediately after the numeral, paste the copied superscript characters. The result should read 21ⁿˢ.
  4. Add ARIA/semantic markup (optional, for web)

    21ⁿˢ
    
    • Define .ordinal { font-variant: normal; } in CSS if you need to tweak appearance.
  5. Save and verify

    • Use a screen‑reader test (e.g., NVDA, VoiceOver) to confirm that the ordinal is announced correctly.
    • If the ordinal is read as “two one n s”, add or adjust the aria-label until the spoken output matches the intended wording.

One‑Liner for Power Users

If you frequently need ordinals, add a custom snippet to your editor. As an example, in VS Code:

{
  "21st": {
    "prefix": "21",
    "body": ["21ⁿˢ"],
    "description": "Insert ordinal 21st"
  }
}

Now typing 21st and hitting Tab expands to the properly formatted ordinal instantly.

Wrapping Up

Superscript ordinals may seem like a tiny typographic detail, but they carry disproportionate weight in professional writing, technical documentation, and accessible web content. By:

  • Understanding the Unicode characters that truly represent superscript suffixes,
  • Leveraging native editor shortcuts where available,
  • Falling back to Unicode insertion or HTML <sup> when shortcuts are absent, and
  • Adding semantic markup for assistive technologies,

you can guarantee that every “1st”, “2nd”, “3rd”, or “21st” you publish is both visually polished and functionally reliable.

Remember that consistency is the ultimate goal. Define a style guide for your team, embed the workflow into your editor configurations, and test with a screen reader at least once per project. When these habits become routine, the correct ordinal will appear automatically—no extra mental overhead, no accidental formatting errors, and no accessibility blind spots And that's really what it comes down to..

In short: pick the right tool for the job, use the proper Unicode superscripts, and always verify that the result reads as intended. Doing so ensures your documents look professional, remain accessible, and stand the test of time across platforms and languages.

Brand New

Straight to You

Curated Picks

Others Found Helpful

Thank you for reading about How To Type 1st 2nd 3rd On Keyboard. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home