| Symbolname | Vulgar Fraction Three Eighths |
| Unicode-Version | 1.1 |
| Unicode | U+215C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Number (No) |
| CSS-Code |
| UTF-8 | E2 85 9C |
| UTF-16 | 215C |
| UTF-32 | 0000215C |
1\documentclass{article}2\usepackage{pifont}3\frac{3}{8}4\end{document}Sie können das Symbol vulgar fraction three eighths auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Vulgar Fraction Three Eighths in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x215C |
| HTML-Code | ⅜ |
| LaTeX | \frac{3}{8} |
| Symbol | ⅜ |
| URL-Kodierung (UTF-8-Prozent) | %E2%85%9C |
| Ansagename (Screenreader) | Vulgar Fraction Three Eighths |