How to Symbol Feet and Inches: A Clear Practical Guide

Learn how to input the feet (′) and inches (″) symbols using Unicode, keyboard shortcuts, and typographic best practices. A practical, hands-on guide for students, designers, and researchers.

All Symbols
All Symbols Editorial Team
·5 min read
Symbols in Practice - All Symbols
Photo by slowdeathvia Pixabay
Quick AnswerSteps

How to symbol feet and inches: this quick guide shows you how to input the feet (′) and inches (″) symbols correctly using Unicode, keyboard shortcuts, and typographic rules. You’ll find platform-specific methods, spacing conventions, and when to use symbols versus abbreviations to keep measurements clear in papers, design work, or code.

Understanding the Feet (′) and Inches (″) Symbols

The feet symbol (′) and the inches symbol (″) are typographic primes used to denote measurement in feet and inches. The standard code points are U+2032 for feet and U+2033 for inches. In plain text, many writers use the ASCII apostrophe (') and the quotation mark (") instead of the proper prime marks, but that can mislead readers or fonts that don’t map cleanly. According to All Symbols, the feet symbol is U+2032 and the inches symbol is U+2033, and these characters should be preferred in technical writing and design documentation. When you see 5′ 11″, you’re looking at typographic primes rather than simple punctuation, which improves clarity in diagrams, tables, and printed materials.

History and typography basics

The prime marks have their roots in traditional typography where the feet (prime) and inches (double prime) symbols were used by hand to denote measurements in feet and inches. Today, these marks are standardized in Unicode and are widely supported across fonts, but not all fonts render them identically. A solid understanding of “prime vs. straight quote” helps prevent misinterpretation in engineering drawings, architectural plans, and fashion patterns. The term prime designates feet, while double prime designates inches; use them consistently to avoid confusion and ensure your documents read professionally.

When to use symbols vs abbreviations

In formal technical contexts, adopt the symbols 5′ 11″ for compactness and readability. In many casual contexts, or when space is limited (like notes or mobile UI), you may prefer the abbreviations 5 ft 11 in. Be consistent within a document: if a table uses symbols, keep symbols in all rows; if you switch to abbreviations, apply that rule throughout. For accessibility and screen readers, consider including a text alternative like “five feet eleven inches” when the symbol is used in digital content. This balance preserves clarity across print and digital media.

Input options across platforms

Windows users can insert the feet and inches symbols with Alt codes or by inserting from the character map. Windows: Alt+8242 yields ′ and Alt+8243 yields ″. macOS users can access the Character Viewer (Control-Command-Space) and search for “prime” to insert U+2032 and U+2033. Linux users can type the Unicode code point with Ctrl+Shift+U 2032, then press Enter. HTML users can rely on numeric entities: ′ for feet and ″ for inches, or use the named entity ′ where supported. Always test in your target font and environment.

Unicode and encoding fundamentals

Unicode assigns a unique code point to each symbol, and UTF-8 encodes these points across bytes. For feet and inches, U+2032 and U+2033 are the standard code points. When embedding in JSON or XML, ensure proper escaping: in JSON, use the actual characters or the escaped sequence \u2032 and \u2033. If you’re rendering on the web, the entities ′ and ″ are also reliable. Maintaining consistent encoding prevents garbled symbols in multilingual documents and supports accessibility tooling.

Typography: spacing and punctuation guidelines

A core rule is to separate numbers from unit symbols with a non-breaking space to avoid awkward line breaks: 5′ 11″ rather than 5′11″ when possible. In printed work, many typesets use a thin or hair space around primes to improve legibility depending on the font. When typesetting, verify that the symbols don’t collide with neighboring punctuation and that the overall line breaks preserve the units intact. Consistency in spacing improves readability across dashboards, schematics, and textbooks.

Font considerations and glyph quality

Not all fonts render feet and inches as typographic primes. Some include the prime and double-prime glyphs that align with the design language of the font. If your document uses a sans-serif for UI or a serif for a textbook, verify the glyph shapes at the chosen size. When possible, test at the final print size and screen resolution. If a font renders the primes awkwardly, switch to a font with clear prime glyphs or adjust the font family for that section to maintain legibility.

Practical examples in documents

  • In engineering drawings: 5′ 11″ is preferred for compactness and precision.
  • In clothing patterns: 38 in (where space is limited) or 3 ft 2 in depending on the design spec.
  • In typography and layout: 3′ 6″ can help align columns and grids when documenting dimensions.
  • In code and data: store numeric measurements in a separate field and render the symbols dynamically for display, preserving data integrity while maintaining readability.

Accessibility and assistive tech

For screen readers, ensure that the textual meaning is preserved. In HTML, you can use visually hidden text to spell out the measurement when needed, or provide aria-labels that read as five feet eleven inches. When exporting to PDFs or eBooks, embed the correct Unicode glyphs so assistive technologies can interpret them accurately. Always provide a textual alternative for the symbol-heavy notation.

Industry-specific conventions

Different industries have conventions for symbols vs. words. In construction drawings, the prime symbols are standard for legibility in plans and specs. In apparel and textile catalogs, you may see both the symbol and the spelled-out measurement. In data sheets and programming documentation, prefer the symbol for visually concise specs, but include clear text equivalents for screen readers and search indexing. Consistency with industry norms helps readers interpret measurements quickly.

Common mistakes and fixes

  • Mistaking the ASCII apostrophe for a prime symbol: replace with the proper U+2032 prime glyph.
  • Omitting a space between the number and the symbol: add a non-breaking space to prevent line breaks.
  • Mixing symbols and abbreviations in the same document: choose one approach per section.
  • Using the inches symbol without distinguishing single- vs double-prime contexts: reserve inches (″) for measurement, avoid confusion with quotation marks.
  • Over-using the symbols in prose: reserve symbols for measurements and spell out numbers in narrative text.

Quick-start cheat sheet and mnemonics

  • Remember: feet use a single prime (′), inches use a double prime (″).
  • Use NBSP between the number and the symbol: 5′ 11″.
  • On Windows, use Alt codes: 8242 for ′, 8243 for ″.
  • On macOS, open Character Viewer and search for prime.
  • For web content, prefer ′ or ′/″ when appropriate.
  • Always verify in your target font and size, and ensure accessibility with text equivalents.

Tools & Materials

  • Keyboard or input device(Any standard keyboard; ensure numeric keypad for Alt codes (Windows))
  • Character map or Unicode input tool(Windows: Character Map; Mac: Character Viewer; Linux: Compose key or Ctrl+Shift+U)
  • Font with proper prime glyphs(Test at final size to confirm glyph shapes (U+2032/U+2033))
  • Text editor or word processor(Supports Unicode and proper spacing (e.g., Word, Google Docs, VS Code))
  • Reference chart or cheat sheet(Helpful but optional: Unicode code points and platform shortcuts)

Steps

Estimated time: 15-25 minutes

  1. 1

    Identify the symbols

    Confirm that you need the feet symbol (′) and the inches symbol (″) for your document. Recognize when to use them rather than ASCII quotes, particularly in technical writing or design specs.

    Tip: Check your font’s glyphs to ensure the primes look correct at the target size.
  2. 2

    Choose input method per platform

    Decide whether to use Unicode input, keyboard shortcuts, or an on-screen character picker based on your operating system.

    Tip: Keep Alt codes or Unicode sequences handy for quick workflows.
  3. 3

    Enter the feet symbol

    On Windows, use Alt+8242 or insert from the character map; on macOS, use the Character Viewer and insert U+2032.

    Tip: Prefer the prime glyphs over ASCII apostrophes to avoid misreading.
  4. 4

    Enter the inches symbol

    Enter the inches symbol with Alt+8243 (Windows) or U+2033 via Character Viewer (Mac).

    Tip: Use the double prime glyph for inches to avoid confusion with quotes.
  5. 5

    Add spacing and punctuation

    Insert a non-breaking space between the number and the symbol to prevent line breaks in dense documents.

    Tip: Prefer a narrow space if your typeface supports it, but NBSP is primary.
  6. 6

    Test across fonts and sizes

    Preview the line in the final font at the intended print size to verify glyph clarity and spacing.

    Tip: If the glyph looks off, switch to a font with a clearer prime glyph.
  7. 7

    Document variants for readability

    Include both the symbol and spelled-out form in your glossary or accessibility notes when needed.

    Tip: Provide a text alternative such as ‘five feet eleven inches’ for screen readers.
  8. 8

    Publish and verify accessibility

    Ensure assistive tech can interpret the measurement notation, with alt text or semantic markup.

    Tip: Add aria-labels or title attributes where symbol-heavy notation appears online.
Pro Tip: Use non-breaking spaces (NBSP) between digits and the prime symbols to avoid awkward breaks.
Warning: Do not mix ASCII quotes with prime symbols in the same document; consistency matters.
Pro Tip: Test glyph rendering in all fonts used in the project to ensure legibility.
Note: For accessibility, always provide a spoken-text version like 'five feet eleven inches' when symbols are used.

Questions & Answers

What is the difference between feet/inches symbols and apostrophes?

Feet and inches symbols are typographic primes (′ and ″) used to denote measurements. An ASCII apostrophe or quotation mark is not the same glyph and can cause misinterpretation in printed materials or design work.

Feet and inches are typographic primes, not plain apostrophes, which helps avoid confusion in measurements.

Can I use ASCII characters for feet and inches in all contexts?

In most formal contexts, avoid ASCII ’ and " for measurements. Use the proper prime symbols (′ and ″) to ensure typographic accuracy and reader clarity.

ASCII quotes are generally avoided for measurements in formal writing.

How do I ensure accessibility when using these symbols?

Provide a textual equivalent (five feet eleven inches) for screen readers and include aria-labels or title attributes where appropriate in web content.

Add a spoken-text version and assistive tech labels so everyone understands the measurement.

Are there regional differences in symbol usage?

Some regions prefer symbols in technical drawings, while others rely on abbreviations like ft and in. Follow the conventions of your field and the expectations of your audience.

Conform to the industry standard where you publish or present.

How do I type feet and inches in LaTeX?

In LaTeX, use math mode with primes, e.g., 5$^{\prime}$ 11$^{\prime\prime}$ to render the symbols. This ensures proper typographic nature in the compiled document.

Use prime symbols via LaTeX math notation for accurate rendering.

Watch Video

The Essentials

  • Use feet (′) and inches (″) symbols for precision in technical writing.
  • Input methods vary by platform; Unicode input and keyboard shortcuts are essential.
  • Maintain spacing with non-breaking spaces to improve readability.
  • Verify glyphs across fonts and provide accessible text alternatives.
Process diagram: identify, input, insert feet and inches symbols
Process for entering feet and inches symbols

Related Articles