| Symbolname | Greek Capital Letter Iota With Dasia |
| Unicode-Version | 1.1 |
| Unicode | U+1F39 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BC B9 |
| UTF-16 | 1F39 |
| UTF-32 | 00001F39 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERIOTAWITHDASIA}4\end{document}Sie können das Symbol greek capital letter iota with dasia auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7993 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter iota with dasia", or use Unicode Hex Input with 1F39.
Ctrl + Shift + U, type 1f39, 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-capital-letter-iota-with-dasia::before { content: "\1F39"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἱ</span>Die Darstellung des Symbols Greek Capital Letter Iota With Dasia in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1F39' or String.fromCodePoint(7993) |
| Python | '\N{GREEK CAPITAL LETTER IOTA WITH DASIA}' or chr(7993) |
| Rust | '\u{1F39}' |
| C / C++ | UTF-8 source or wchar_t with U+1F39 |
| Go | string(rune(0x1F39)) |
| Ruby | "\u{1F39}" |
| CSS-Code |
\1F39 |
| Hexadezimalcode | 0x1F39 |
| HTML-Code | Ἱ |
| LaTeX | \text{GREEKCAPITALLETTERIOTAWITHDASIA} |
| Symbol | Ἱ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BC%B9 |
| Ansagename (Screenreader) | Greek Capital Letter Iota With Dasia |