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