| Symboolnaam | Vulgar Fraction Three Eighths |
| Unicode-versie | 1.1 |
| Unicode | U+215C |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het vulgar fraction three eighths-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Vulgar Fraction Three Eighths-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x215C |
| HTML-code | ⅜ |
| LaTeX | \frac{3}{8} |
| Symbool | ⅜ |
| URL-codering (UTF-8 procent) | %E2%85%9C |
| Uitgesproken naam / schermlezer | Vulgar Fraction Three Eighths |