| Symboolnaam | Vulgar Fraction Three Quarters |
| Unicode-versie | 1.1 |
| Unicode | U+00BE |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code |
| UTF-8 | C2 BE |
| UTF-16 | 00BE |
| UTF-32 | 000000BE |
1\documentclass{article}2\usepackage{pifont}3\frac{3}{4}4\end{document}Je kunt het vulgar fraction three quarters-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 0190 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction three quarters", or use Unicode Hex Input with 00BE.
Ctrl + Shift + U, type 00be, then Enter (layout-dependent).
Paste from this page, use text replacement, or use a keyboard with fraction suggestions.
Paste from this page or use keyboard fraction suggestions where available.
1span.vulgar-fraction-three-quarters::before { content: "\00BE"; }1<span>¾</span>De weergave van het Vulgar Fraction Three Quarters-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u00BE' or String.fromCodePoint(0x00BE) |
| Python | '\N{VULGAR FRACTION THREE QUARTERS}' or chr(190) |
| Rust | '\u{00BE}' |
| C / C++ | UTF-8 source or wchar_t with U+00BE |
| Go | string(rune(0x00BE)) |
| Ruby | "\u00BE" |
\00BE |
| Hexadecimale code | 0x00BE |
| HTML-code | ¾ |
| LaTeX | \frac{3}{4} |
| Symbool | ¾ |
| URL-codering (UTF-8 procent) | %C2%BE |
| Uitgesproken naam / schermlezer | Vulgar Fraction Three Quarters |