| Nombre del símbolo | Vulgar Fraction Three Quarters |
| Versión Unicode | 1.1 |
| Unicode | U+00BE |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo vulgar fraction three quarters en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Vulgar Fraction Three Quarters en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\00BE |
| Código hexadecimal | 0x00BE |
| Código HTML | ¾ |
| LaTeX | \frac{3}{4} |
| Símbolo | ¾ |
| Codificación URL (porcentaje UTF-8) | %C2%BE |
| Nombre oral / lector de pantalla | Vulgar Fraction Three Quarters |