| Symbol Name | Greek Tonos |
| Unicode Version | 1.1 |
| Unicode | U+0384 |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code | \0384 |
| Hex Code | 0x0384 |
| HTML Code | ΄ |
| LaTeX | \text{GREEKTONOS} |
| Symbol | ΄ |
| URL encode (UTF-8 percent) | %CE%84 |
| Spoken / screen reader name | Greek Tonos |
| UTF-8 | CE 84 |
| UTF-16 | 0384 |
| UTF-32 | 00000384 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKTONOS}4\end{document}You can type the greek tonos symbol on most modern devices with the help of following methods:
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>Greek Tonos symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |