| Symboolnaam | Prime |
| Unicode-versie | 1.1 |
| Unicode | U+2032 |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code | \2032 |
| Hexadecimale code | 0x2032 |
| HTML-code | ′ |
| LaTeX | ' |
| Symbool | ′ |
| URL-codering (UTF-8 procent) | %E2%80%B2 |
| Uitgesproken naam / schermlezer | Prime |
| UTF-8 | E2 80 B2 |
| UTF-16 | 2032 |
| UTF-32 | 00002032 |
1\documentclass{article}2\usepackage{pifont}3'4\end{document}Je kunt het prime-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8242 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "prime", or use Unicode Hex Input.
Ctrl + Shift + U, type 2032, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended symbol panels.
1span.prime::before { content: "\2032"; }1<span>′</span>De weergave van het Prime-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2032' or String.fromCodePoint(0x2032) |
| Python | '\N{PRIME}' or chr(8242) |
| Rust | '\u{2032}' |
| C / C++ | UTF-8 source or wchar_t with U+2032 |
| Go | string(rune(0x2032)) |
| Ruby | "\u2032" |