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.Check whether you need one text character or a built-up Word equation.
- 2.Confirm that AutoFormat As You Type is enabled when 1/4, 1/2, or 3/4 does not convert.
- 3.Do not expect Word's documented automatic replacement to cover every fraction.
- 4.Choose a font containing the selected fraction when Symbol shows a box or missing glyph.
- 5.Select only
00BC,00BD, or00BEif Alt-X includes adjacent hexadecimal text. - 6.Use the numeric keypad and the leading zero for the scoped legacy Windows values.
- 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
- Unicode Character Database
- Unicode NamesList
- Unicode Normalization Forms
- Microsoft guide to symbols and fractions in Word
- Microsoft Word Unicode guide
- Microsoft guide to linear equations in Word
- Microsoft explanation of Alt-code leading zero behavior
- HTML named character references
- HTML character-reference syntax
