How to Insert Fraction Symbols in Word

Copy common fraction characters and insert simple or built-up fractions in Microsoft Word using Symbol, AutoFormat, Unicode, or Equation tools.

T

Technobezz Editorial

Editorial Team

Aug 24, 2026
6 min read

Copy a common fraction character

Use a single Unicode fraction for compact text or Word Equation for an arbitrary built-up fraction.

  • Vulgar fraction one quarter

    U+00BC

    Also called one quarter, quarter fraction

  • Vulgar fraction one half

    U+00BD

    Also called one half, half fraction

  • Vulgar fraction three quarters

    U+00BE

    Also called three quarters, three-quarter fraction

Choose a copy button to place a character on the clipboard.

Ways to insert fractions in Microsoft Word

The first three routes insert text characters; Equation creates mathematical document structure.
PlatformMethod
Microsoft Word

AutoFormat the three common fractions

  1. Type 1/4, 1/2, or 3/4 with AutoFormat As You Type enabled.
  2. Continue typing so Word can apply the configured replacement.
1/4, 1/2, or 3/4

Microsoft does not document automatic replacement for every fraction.

Microsoft Word

Symbol dialog

  1. Choose Insert, Symbol, and More Symbols.
  2. Locate ¼, ½, or ¾ in the Latin-1 Supplement subset when available.
  3. Select Insert.

Available glyphs depend on the selected font.

Microsoft Word

Unicode conversion

Alt plus X
  1. Type 00BC for ¼, 00BD for ½, or 00BE for ¾.
  2. Press Alt and X.
00BC, 00BD, or 00BE, then Alt+X

Select only the code if adjacent text contains hexadecimal characters.

Microsoft Word Equation

Built-up fraction

  1. Insert an equation.
  2. Enter a supported linear fraction or choose a Fraction structure.
  3. Convert to Professional format when needed.

Use Equation for arbitrary numerators, denominators, or expressions.

Windows legacy numeric input

Numeric-keypad codes

Alt
  1. Hold Alt.
  2. Enter 0188 for ¼, 0189 for ½, or 0190 for ¾ on the numeric keypad.
  3. Release Alt.
Alt+0188, Alt+0189, or Alt+0190

The leading zero and Windows code-page context matter.

HTML

Direct character or named reference

¼ ¼, ½ ½, or ¾ ¾

These produce single characters, not built-up equations.

Word symbol or equation decisionA decision diagram comparing a literal Unicode symbol with structured mathematical content in Word.MICROSOFT WORD DECISIONChoose a literal symbol or equation structureNOYESSimilar appearance does not mean identical document behavior.
Word symbol or equation decisionChoose a literal character for text and an equation structure when mathematical layout and editing behavior matter.

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Copy ¼, ½, or ¾ from the panel above when one text character is appropriate. In Microsoft Word, AutoFormat can replace 1/4, 1/2, and 3/4 with those common characters. Use Insert Symbol or a hexadecimal Alt-X conversion for the same glyphs, and use Word Equation when the numerator and denominator need a built-up fraction.

Choose a fraction character or an equation

The characters ¼, ½, and ¾ are single Unicode code points. They behave like text: each can be copied, searched, styled, or stored as one character. A Word equation is document structure that can display an arbitrary numerator over a denominator.

Choose a single character for compact plain text when the exact fraction exists and that representation suits the destination. Choose Equation when the fraction is not one of the available characters, when it contains expressions, or when a built-up mathematical layout is required. This is similar to the distinction between a literal character and document formatting explained in the bullet point guide.

Identify the three common fraction characters

Unicode names ¼ VULGAR FRACTION ONE QUARTER at U+00BC, ½ VULGAR FRACTION ONE HALF at U+00BD, and ¾ VULGAR FRACTION THREE QUARTERS at U+00BE. Their decimal values are 188, 189, and 190.

These characters are not a numerator, an ordinary slash, and a denominator stored separately. That distinction matters when copying text, comparing values, or applying normalization. A font can alter their visual proportions without changing their code points.

Let Word AutoFormat the supported fractions

Microsoft documents automatic formatting for 1/4, 1/2, and 3/4. When the relevant AutoFormat As You Type option is enabled, Word can replace those sequences with ¼, ½, and ¾.

This does not establish automatic replacement for every numerator and denominator. If another fraction stays as typed, use Symbol for an available single character or Equation for a built-up fraction. Do not treat a missing replacement as proof that the slash key or font is broken.

Insert a fraction through Word Symbol

Choose Insert, Symbol, and More Symbols. In the Symbol dialog, choose the font and locate ¼, ½, or ¾ in the Latin-1 Supplement subset when available, then select Insert. Microsoft notes that the available symbols depend on the selected font.

This route inserts a character. It does not create an editable numerator-over-denominator equation. If a chosen font lacks the expected glyph, try a suitable font rather than substituting a different character that only looks similar.

Insert a fraction with Word Alt-X

Type 00BC and press Alt-X for ¼, 00BD and Alt-X for ½, or 00BE and Alt-X for ¾. Microsoft documents entering a hexadecimal Unicode value followed by Alt-X, while Unicode supplies these exact code points.

If Word includes an adjacent hexadecimal letter or digit in the conversion, select only the four-character code and press Alt-X. The conversion is a Word feature, not a system-wide keyboard shortcut. The degree symbol guide uses the same scoped Word conversion pattern for a different character.

Build an arbitrary fraction with Word Equation

Insert an equation when the document needs an arbitrary fraction or a numerator and denominator arranged as mathematical structure. Microsoft Word supports linear equation input and conversion to Professional format. Use the Fraction structure in the Equation tools or a supported linear form, then convert it as needed.

An equation object can behave differently from a text character during selection, copying, and export. Keep the equation route for mathematical layout and the single-character route for a literal ¼, ½, or ¾.

Use the scoped Windows legacy values

The scoped Windows values are Alt-0188 for ¼, Alt-0189 for ½, and Alt-0190 for ¾, entered on the numeric keypad. The leading zero and Windows-1252 context matter. Microsoft's documentation of legacy Alt processing shows why these values should not be generalized into a portable Unicode shortcut system.

Use the numeric keypad rather than the top number row. When an application handles the sequence differently, use Word Alt-X, Symbol, or direct copy instead of trying unrelated numbers.

Understand compatibility normalization

Unicode compatibility decomposition maps ¼ to digit 1, U+2044 FRACTION SLASH, and digit 4. It maps ½ to 1, fraction slash, and 2, and maps ¾ to 3, fraction slash, and 4. Applying NFKC therefore changes each single fraction character into a three-character sequence.

This does not make the original and normalized strings byte-for-byte identical. Systems that normalize identifiers, search data, or imported text can store a different sequence from the character copied here. Check the actual code points when exact identity matters.

Use fraction characters in HTML

A UTF-8 HTML document can contain ¼, ½, and ¾ directly. WHATWG defines ¼, ½, and ¾. Decimal references are ¼, ½, and ¾.

These references produce the single Unicode characters. They do not create semantic equation markup or an arbitrary stacked fraction. Use the representation required by the content and its destination.

Fix fraction insertion or formatting

  1. 1.Check whether you need one text character or a built-up Word equation.
  2. 2.Confirm that AutoFormat As You Type is enabled when 1/4, 1/2, or 3/4 does not convert.
  3. 3.Do not expect Word's documented automatic replacement to cover every fraction.
  4. 4.Choose a font containing the selected fraction when Symbol shows a box or missing glyph.
  5. 5.Select only 00BC, 00BD, or 00BE if Alt-X includes adjacent hexadecimal text.
  6. 6.Use the numeric keypad and the leading zero for the scoped legacy Windows values.
  7. 7.Inspect normalization if one fraction becomes three code points after processing.

Common questions

Does Word automatically format every typed fraction?

No. Microsoft's documented automatic cases are 1/4, 1/2, and 3/4. Use Symbol for an available fraction character or Equation for other fractions.

Is ½ the same as a Word Equation fraction?

No. ½ is one Unicode character at U+00BD. A Word equation can represent numerator and denominator structure and can display fractions that have no single-character equivalent.

Does NFKC preserve ¼ as one character?

No. Compatibility normalization decomposes it to digit 1, U+2044 FRACTION SLASH, and digit 4.

Official references

Share

Word hexadecimal Alt+X conversionA three-step Microsoft Word flow from hexadecimal Unicode text through Alt+X to Vulgar fraction one quarter.MICROSOFT WORDConvert hexadecimal text with Alt+XThis is Word’s Unicode conversion, not a decimal Windows Alt code.
Word hexadecimal Alt+X conversionWord converts selected hexadecimal Unicode text with Alt+X to Vulgar fraction one quarter. This is separate from decimal Windows Alt-numpad input.

Related symbols

Continue with another copy-and-type reference.

More symbol and keyboard help