| Nom du symbole | Vulgar Fraction One Eighth |
| Version Unicode | 1.1 |
| Unicode | U+215B |
| Bloc Unicode | |
| Catégorie générale | Other Number (No) |
| Code CSS |
| UTF-8 | E2 85 9B |
| UTF-16 | 215B |
| UTF-32 | 0000215B |
1\documentclass{article}2\usepackage{pifont}3\frac{1}{8}4\end{document}Vous pouvez saisir le symbole vulgar fraction one eighth sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8539 on Windows (numeric keypad), or insert via Character Map.
Edit → Emoji & Symbols, search "vulgar fraction one eighth", or use Unicode Hex Input with 215B.
Ctrl + Shift + U, type 215b, 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-one-eighth::before { content: "\215B"; }1<span>⅛</span>La représentation du symbole Vulgar Fraction One Eighth dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u215B' or String.fromCodePoint(0x215B) |
| Python | '\N{VULGAR FRACTION ONE EIGHTH}' or chr(8539) |
| Rust | '\u{215B}' |
| C / C++ | UTF-8 source or wchar_t with U+215B |
| Go | string(rune(0x215B)) |
| Ruby | "\u215B" |
\215B |
| Code hexadécimal | 0x215B |
| Code HTML | ⅛ |
| LaTeX | \frac{1}{8} |
| Symbole | ⅛ |
| Encodage URL (pourcent UTF-8) | %E2%85%9B |
| Nom oral / lecteur d’écran | Vulgar Fraction One Eighth |