| Symboolnaam | Greek Tonos |
| Unicode-versie | 1.1 |
| Unicode | U+0384 |
| Unicode-blok | |
| Algemene categorie | Modifier Symbol (Sk) |
| CSS-code | \0384 |
| Hexadecimale code | 0x0384 |
| HTML-code | ΄ |
| LaTeX | \text{GREEKTONOS} |
| Symbool | ΄ |
| URL-codering (UTF-8 procent) | %CE%84 |
| Uitgesproken naam / schermlezer | Greek Tonos |
| UTF-8 | CE 84 |
| UTF-16 | 0384 |
| UTF-32 | 00000384 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKTONOS}4\end{document}Je kunt het greek tonos-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 900 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek tonos", or use Unicode Hex Input with 0384.
Ctrl + Shift + U, type 0384, 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-tonos::before { content: "\0384"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>΄</span>De weergave van het Greek Tonos-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u0384' or String.fromCodePoint(900) |
| Python | '\N{GREEK TONOS}' or chr(900) |
| Rust | '\u{0384}' |
| C / C++ | UTF-8 source or wchar_t with U+0384 |
| Go | string(rune(0x0384)) |
| Ruby | "\u{0384}" |