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