Technical information

Symbol
NameVulgar fraction seven eighths
Unicode numberU+215E
CategoryFractions
DescriptionThe Unicode character ⅞, or U+215E, is known as the "Vulgar Fraction Seven Eighths". It belongs to the "Number Forms" block and falls under the "Number, Other" category in the Unicode standard. This character represents the fraction where the numerator is seven and the denominator is eight, often used in contexts where fractions are commonly encountered, such as measurements or recipes. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entity⅞
HTML Entity (hex)⅞
HTML Entity (named)
URL Escape Code%E2%85%9E
UTF-8 (hex)0xE2 0x85 0x9E
UTF-8 (binary)11100010:10000101:10011110
UTF-160x215E
UTF-320x0000215E

Source Code

C, C++, and Java"\u215E"
CSS Code\215E
JavaScript"\u215E"
Perl\x{215E}
Python 2u"\u215E"
Python 3\u215E
Ruby\u{215E}

Preview

This Unicode character looks like this ⅞ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8542;</span>

            
span {
    content: "\215E";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References