| Nom du symbole | Vulgar Fraction Three Eighths |
| Version Unicode | 1.1 |
| Unicode | U+215C |
| Bloc Unicode | |
| Catégorie générale | Other Number (No) |
| Code CSS |
| UTF-8 | E2 85 9C |
| UTF-16 | 215C |
| UTF-32 | 0000215C |
1\documentclass{article}2\usepackage{pifont}3\frac{3}{8}4\end{document}Vous pouvez saisir le symbole vulgar fraction three eighths sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Vulgar Fraction Three Eighths dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |
\215C |
| Code hexadécimal | 0x215C |
| Code HTML | ⅜ |
| LaTeX | \frac{3}{8} |
| Symbole | ⅜ |
| Encodage URL (pourcent UTF-8) | %E2%85%9C |
| Nom oral / lecteur d’écran | Vulgar Fraction Three Eighths |