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