| Symboolnaam | Subscript Eight |
| Unicode-versie | 1.1 |
| Unicode | U+2088 |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code | \2088 |
| Hexadecimale code | 0x2088 |
| HTML-code | ₈ |
| LaTeX | _{8} |
| Symbool | ₈ |
| URL-codering (UTF-8 procent) | %E2%82%88 |
| Uitgesproken naam / schermlezer | Subscript Eight |
| UTF-8 | E2 82 88 |
| UTF-16 | 2088 |
| UTF-32 | 00002088 |
1\documentclass{article}2\usepackage{pifont}3_{8}4\end{document}Je kunt het subscript eight-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8328 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "subscript eight", or use Unicode Hex Input with 2088.
Ctrl + Shift + U, type 2088, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.subscript-eight::before { content: "\2088"; }1<span>₈</span>De weergave van het Subscript Eight-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2088' or String.fromCodePoint(0x2088) |
| Python | '\N{SUBSCRIPT EIGHT}' or chr(8328) |
| Rust | '\u{2088}' |
| C / C++ | UTF-8 source or wchar_t with U+2088 |
| Go | string(rune(0x2088)) |
| Ruby | "\u2088" |