Vulgar Fraction Three Quarters

¾

Shortcodes

Copy and paste codes for Vulgar Fraction Three Quarters symbol ¾ to use in your websites, apps, blogs, and more.

Unicode
U+00BE
Alt Code
190
HTML Code
¾
HTML Entity
¾
HEX Code
¾
CSS Code
\0BE
JS/JSON
\u00BE
Unix/C/PHP/JAVA
0xBE
URL-encode
%C2%BE
copied

Customize Vulgar Fraction Three Quarters Symbol

Customize ¾ symbol as you like and download Vulgar Fraction Three Quarters 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 Three Quarters symbol ¾ ?

Using Vulgar Fraction Three Quarters Alt Code:

You can type the Vulgar Fraction Three Quarters symbol ¾ using your keyboard by using the Alt Code for Vulgar Fraction Three Quarters. 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 190 using the Numpad.
  3. Release the Alt key.

This will make the ¾ appear on your screen.

How to add Vulgar Fraction Three Quarters symbol in HTML, CSS, and JS?

Insert ¾ Vulgar Fraction Three Quarters using HTML

1. Copy-paste Vulgar Fraction Three Quarters directly:
<span>¾</span>
2. HTML Decimal Code:
<span>&#190;</span>
3. HTML Entity:
<span>&frac34;</span>
4. Hexadecimal Code:
<span>&#x00BE;</span>
Preview: ¾

Add Vulgar Fraction Three Quarters symbol with CSS

.vulgar-fraction-three-quarters::before {
    content: '\\0BE';
}
Preview: Vulgar Fraction Three Quarters

Vulgar Fraction Three Quarters JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-three-quarters').textContent = '¾';
2. Unicode Escape for ¾:
document.querySelector('.vulgar-fraction-three-quarters').textContent = '\u00BE';
Preview: ¾