| Nome del simbolo | Vulgar Fraction Three Quarters |
| Versione Unicode | 1.1 |
| Unicode | U+00BE |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| UTF-8 | C2 BE |
| UTF-16 | 00BE |
| UTF-32 | 000000BE |
1\documentclass{article}2\usepackage{pifont}3\frac{3}{4}4\end{document}Puoi digitare il simbolo vulgar fraction three quarters sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Vulgar Fraction Three Quarters nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |
| Codice CSS |
\00BE |
| Codice esadecimale | 0x00BE |
| Codice HTML | ¾ |
| LaTeX | \frac{3}{4} |
| Simbolo | ¾ |
| Codifica URL (percentuale UTF-8) | %C2%BE |
| Nome parlato / screen reader | Vulgar Fraction Three Quarters |