| Nombre del símbolo | Vulgar Fraction Three Fifths |
| Versión Unicode | 1.1 |
| Unicode | U+2157 |
| Bloque Unicode | |
| Categoría general | Other Number (No) |
| UTF-8 | E2 85 97 |
| UTF-16 | 2157 |
| UTF-32 | 00002157 |
1\documentclass{article}2\usepackage{pifont}3\frac{3}{5}4\end{document}Puedes escribir el símbolo vulgar fraction three fifths en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8535 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction three fifths", or use Unicode Hex Input with 2157.
Ctrl + Shift + U, type 2157, 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-fifths::before { content: "\2157"; }1<span>⅗</span>La representación del símbolo Vulgar Fraction Three Fifths en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2157' or String.fromCodePoint(0x2157) |
| Python | '\N{VULGAR FRACTION THREE FIFTHS}' or chr(8535) |
| Rust | '\u{2157}' |
| C / C++ | UTF-8 source or wchar_t with U+2157 |
| Go | string(rune(0x2157)) |
| Ruby | "\u2157" |
| Código CSS |
\2157 |
| Código hexadecimal | 0x2157 |
| Código HTML | ⅗ |
| LaTeX | \frac{3}{5} |
| Símbolo | ⅗ |
| Codificación URL (porcentaje UTF-8) | %E2%85%97 |
| Nombre oral / lector de pantalla | Vulgar Fraction Three Fifths |