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