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