| Symbolname | Greek Tonos |
| Unicode-Version | 1.1 |
| Unicode | U+0384 |
| Unicode-Block | |
| Allgemeine Kategorie | Modifier Symbol (Sk) |
| CSS-Code | \0384 |
| Hexadezimalcode | 0x0384 |
| HTML-Code | ΄ |
| LaTeX | \text{GREEKTONOS} |
| Symbol | ΄ |
| URL-Kodierung (UTF-8-Prozent) | %CE%84 |
| Ansagename (Screenreader) | Greek Tonos |
| UTF-8 | CE 84 |
| UTF-16 | 0384 |
| UTF-32 | 00000384 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKTONOS}4\end{document}Sie können das Symbol greek tonos auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Tonos in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |