Unicode: Fractions
Note that some of the symbols below may not appear because of a missing font on your system.
Meaning | Dec. | Hex. | |
---|---|---|---|
¼ | fraction one quarter | 188 | 00BC |
½ | fraction one half | 189 | 00BD |
¾ | fraction three quarters | 190 | 00BE |
⁄ | fraction slash | 8260 | 2044 |
⅐ | fraction one seventh | 8528 | 2150 |
⅑ | fraction one ninth | 8529 | 2151 |
⅒ | fraction one tenth | 8530 | 2152 |
⅓ | fraction one third | 8531 | 2153 |
⅔ | fraction two thirds | 8532 | 2154 |
⅕ | fraction one fifth | 8533 | 2155 |
⅖ | fraction two fifths | 8534 | 2156 |
⅗ | fraction three fifths | 8535 | 2157 |
⅘ | fraction four fifths | 8536 | 2158 |
⅙ | fraction one sixth | 8537 | 2159 |
⅚ | fraction five sixths | 8538 | 215A |
⅛ | fraction one eights | 8539 | 215B |
⅜ | fraction three eights | 8540 | 215C |
⅝ | fraction five eights | 8541 | 215D |
⅞ | fraction seven eights | 8542 | 215E |
⅟ | fraction numerator one | 8543 | 215F |
↉ | fraction zero thirds | 8585 | 2189 |
Other fractions in Unicode
To write fractions in Unicode, you can also use the fraction slash (U+2044), which is 8260 in decimal. So, in order to write m⁄n
in html, you just type either <sup>m</sup>⁄<sub>n</sub>
(hexadecimal code) or <sup>m</sup>⁄<sub>n</sub>
(decimal code).