| Symbolname | Greek Koronis |
| Unicode-Version | 1.1 |
| Unicode | U+1FBD |
| Unicode-Block | |
| Allgemeine Kategorie | Modifier Symbol (Sk) |
| CSS-Code | \1FBD |
| Hexadezimalcode | 0x1FBD |
| HTML-Code | ᾽ |
| LaTeX | \text{GREEKKORONIS} |
| Symbol | ᾽ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BE%BD |
| Ansagename (Screenreader) | 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}Sie können das Symbol greek koronis auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Koronis in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |