Vulgar Fraction One Half

½

Shortcodes

Copy and paste codes for Vulgar Fraction One Half symbol ½ to use in your websites, apps, blogs, and more.

Unicode
U+00BD
Alt Code
189
HTML Code
½
HTML Entity
½
HEX Code
½
CSS Code
\0BD
JS/JSON
\u00BD
Unix/C/PHP/JAVA
0xBD
URL-encode
%C2%BD
copied

Customize Vulgar Fraction One Half Symbol

Customize ½ symbol as you like and download Vulgar Fraction One Half as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
½

                        
                    

How to type Vulgar Fraction One Half symbol ½ ?

Using Vulgar Fraction One Half Alt Code:

You can type the Vulgar Fraction One Half symbol ½ using your keyboard by using the Alt Code for Vulgar Fraction One Half. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 189 using the Numpad.
  3. Release the Alt key.

This will make the ½ appear on your screen.

How to add Vulgar Fraction One Half symbol in HTML, CSS, and JS?

Insert ½ Vulgar Fraction One Half using HTML

1. Copy-paste Vulgar Fraction One Half directly:
<span>½</span>
2. HTML Decimal Code:
<span>&#189;</span>
3. HTML Entity:
<span>&frac12;</span>
4. Hexadecimal Code:
<span>&#x00BD;</span>
Preview: ½

Add Vulgar Fraction One Half symbol with CSS

.vulgar-fraction-one-half::before {
    content: '\\0BD';
}
Preview: Vulgar Fraction One Half

Vulgar Fraction One Half JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-one-half').textContent = '½';
2. Unicode Escape for ½:
document.querySelector('.vulgar-fraction-one-half').textContent = '\u00BD';
Preview: ½