| Nome del simbolo | Vulgar Fraction One Quarter |
| Versione Unicode | 1.1 |
| Unicode | U+00BC |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| UTF-8 | C2 BC |
| UTF-16 | 00BC |
| UTF-32 | 000000BC |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{4}4\end{document}Puoi digitare il simbolo vulgar fraction one quarter sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 0188 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one quarter", or use Unicode Hex Input with 00BC.
Ctrl + Shift + U, type 00bc, 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-one-quarter::before { content: "\00BC"; }1<span>¼</span>La rappresentazione del simbolo Vulgar Fraction One Quarter nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u00BC' or String.fromCodePoint(0x00BC) |
| Python | '\N{VULGAR FRACTION ONE QUARTER}' or chr(188) |
| Rust | '\u{00BC}' |
| C / C++ | UTF-8 source or wchar_t with U+00BC |
| Go | string(rune(0x00BC)) |
| Ruby | "\u00BC" |
| Codice CSS |
\00BC |
| Codice esadecimale | 0x00BC |
| Codice HTML | ¼ |
| LaTeX | \frac{1}{4} |
| Simbolo | ¼ |
| Codifica URL (percentuale UTF-8) | %C2%BC |
| Nome parlato / screen reader | Vulgar Fraction One Quarter |