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