HTML Entity/Symbol½(VULGAR FRACTION ONE HALF )

½
Copy this symbol

VULGAR FRACTION ONE HALF

Click on any of the following code values to copy to clipboard.

½
½
U+000BD
\00bd
½

HTML Examples

Using HTML Code value in HTML file

<span> &#189; </span>

Using HTML Entity value in HTML file

<span> &frac12; </span>

CSS Example

Using CSS content code of the HTML entity &frac12; to specify in a CSS file

span { 
    content: "\00bd";
}
All HTML Symbols