½

Technical information

Symbol½
NameVulgar fraction one half
Unicode numberU+00BD
CategoryLatin-1 Supplement3. Vulgar fractions
DescriptionThe Unicode character ½, or U+00BD, is known as the "Vulgar Fraction One Half". It belongs to the "Latin-1 Supplement" block, which includes various characters used in Western European languages. This character falls under the "Number, Other" category. Visually, it represents the numbers "1" and "2" with a slash between them, symbolizing the mathematical operation of division. The Vulgar Fraction One Half is widely used in writing and publishing to represent the fraction 1/2. It's commonly found in contexts like recipes, measurements, or other situations where fractions are needed. Its specific usage can depend on the particular conventions of a field, but it generally serves as a convenient symbol for expressing the fraction one half in various types of text.

Encoding

HTML Entity½
HTML Entity (hex)½
HTML Entity (named)½
URL Escape Code%C2%BD
UTF-8 (hex)0xC2 0xBD
UTF-8 (binary)1100001010111101
UTF-160x00BD
UTF-320x000000BD

Source Code

C, C++, and Java"\u00BD"
CSS Code\00BD
JavaScript"\u00BD"
Perl\x{00BD}
Python 2u"\u00BD"
Python 3\u00BD
Ruby\u{00BD}

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>&#189;</span>

            
span {
    content: "\00BD";
}

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