| Symbolname | Vulgar Fraction Three Quarters |
| Unicode-Version | 1.1 |
| Unicode | U+00BE |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol vulgar fraction three quarters auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Vulgar Fraction Three Quarters in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x00BE |
| HTML-Code | ¾ |
| LaTeX | \frac{3}{4} |
| Symbol | ¾ |
| URL-Kodierung (UTF-8-Prozent) | %C2%BE |
| Ansagename (Screenreader) | Vulgar Fraction Three Quarters |