| Symboolnaam | Greek Capital Letter Upsilon With Tonos |
| Unicode-versie | 1.1 |
| Unicode | U+038E |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | CE 8E |
| UTF-16 | 038E |
| UTF-32 | 0000038E |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERUPSILONWITHTONOS}4\end{document}Je kunt het greek capital letter upsilon with tonos-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 910 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter upsilon with tonos", or use Unicode Hex Input with 038E.
Ctrl + Shift + U, type 038e, 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-upsilon-with-tonos::before { content: "\038E"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ύ</span>De weergave van het Greek Capital Letter Upsilon With Tonos-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u038E' or String.fromCodePoint(910) |
| Python | '\N{GREEK CAPITAL LETTER UPSILON WITH TONOS}' or chr(910) |
| Rust | '\u{038E}' |
| C / C++ | UTF-8 source or wchar_t with U+038E |
| Go | string(rune(0x038E)) |
| Ruby | "\u{038E}" |
| CSS-code |
\038E |
| Hexadecimale code | 0x038E |
| HTML-code | Ύ |
| LaTeX | \text{GREEKCAPITALLETTERUPSILONWITHTONOS} |
| Symbool | Ύ |
| URL-codering (UTF-8 procent) | %CE%8E |
| Uitgesproken naam / schermlezer | Greek Capital Letter Upsilon With Tonos |