Vulgar Fraction One Quarter

¼

Shortcodes

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

Unicode
U+00BC
Alt Code
188
HTML Code
¼
HTML Entity
¼
HEX Code
¼
CSS Code
\0BC
JS/JSON
\u00BC
Unix/C/PHP/JAVA
0xBC
URL-encode
%C2%BC
copied

Customize Vulgar Fraction One Quarter Symbol

Customize ¼ symbol as you like and download Vulgar Fraction One Quarter 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 Quarter symbol ¼ ?

Using Vulgar Fraction One Quarter Alt Code:

You can type the Vulgar Fraction One Quarter symbol ¼ using your keyboard by using the Alt Code for Vulgar Fraction One Quarter. 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 188 using the Numpad.
  3. Release the Alt key.

This will make the ¼ appear on your screen.

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

Insert ¼ Vulgar Fraction One Quarter using HTML

1. Copy-paste Vulgar Fraction One Quarter directly:
<span>¼</span>
2. HTML Decimal Code:
<span>&#188;</span>
3. HTML Entity:
<span>&frac14;</span>
4. Hexadecimal Code:
<span>&#x00BC;</span>
Preview: ¼

Add Vulgar Fraction One Quarter symbol with CSS

.vulgar-fraction-one-quarter::before {
    content: '\\0BC';
}
Preview: Vulgar Fraction One Quarter

Vulgar Fraction One Quarter JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-one-quarter').textContent = '¼';
2. Unicode Escape for ¼:
document.querySelector('.vulgar-fraction-one-quarter').textContent = '\u00BC';
Preview: ¼