| Symboolnaam | Greek Numeral Sign |
| Unicode-versie | 1.1 |
| Unicode | U+0374 |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| CSS-code | \0374 |
| Hexadecimale code | 0x0374 |
| HTML-code | ʹ |
| LaTeX | \text{GREEKNUMERALSIGN} |
| Symbool | ʹ |
| URL-codering (UTF-8 procent) | %CD%B4 |
| Uitgesproken naam / schermlezer | Greek Numeral Sign |
| UTF-8 | CD B4 |
| UTF-16 | 0374 |
| UTF-32 | 00000374 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKNUMERALSIGN}4\end{document}Je kunt het greek numeral sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 884 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek numeral sign", or use Unicode Hex Input with 0374.
Ctrl + Shift + U, type 0374, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-numeral-sign::before { content: "\0374"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ʹ</span>De weergave van het Greek Numeral Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u0374' or String.fromCodePoint(884) |
| Python | '\N{GREEK NUMERAL SIGN}' or chr(884) |
| Rust | '\u{0374}' |
| C / C++ | UTF-8 source or wchar_t with U+0374 |
| Go | string(rune(0x0374)) |
| Ruby | "\u{0374}" |