| Nombre del símbolo | Greek Capital Letter Eta With Dasia And Oxia |
| Versión Unicode | 1.1 |
| Unicode | U+1F2D |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | E1 BC AD |
| UTF-16 | 1F2D |
| UTF-32 | 00001F2D |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERETAWITHDASIAANDOXIA}4\end{document}Puedes escribir el símbolo greek capital letter eta with dasia and oxia en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 7981 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter eta with dasia and oxia", or use Unicode Hex Input with 1F2D.
Ctrl + Shift + U, type 1f2d, 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-eta-with-dasia-and-oxia::before { content: "\1F2D"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἥ</span>La representación del símbolo Greek Capital Letter Eta With Dasia And Oxia en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1F2D' or String.fromCodePoint(7981) |
| Python | '\N{GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA}' or chr(7981) |
| Rust | '\u{1F2D}' |
| C / C++ | UTF-8 source or wchar_t with U+1F2D |
| Go | string(rune(0x1F2D)) |
| Ruby | "\u{1F2D}" |
| Código CSS |
\1F2D |
| Código hexadecimal | 0x1F2D |
| Código HTML | Ἥ |
| LaTeX | \text{GREEKCAPITALLETTERETAWITHDASIAANDOXIA} |
| Símbolo | Ἥ |
| Codificación URL (porcentaje UTF-8) | %E1%BC%AD |
| Nombre oral / lector de pantalla | Greek Capital Letter Eta With Dasia And Oxia |