| Nom du symbole | Greek Capital Letter Upsilon With Dasia And Varia |
| Version Unicode | 1.1 |
| Unicode | U+1F5B |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole greek capital letter upsilon with dasia and varia sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Greek Capital Letter Upsilon With Dasia And Varia dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1F5B |
| Code hexadécimal | 0x1F5B |
| Code HTML | Ὓ |
| LaTeX | \text{GREEKCAPITALLETTERUPSILONWITHDASIAANDVARIA} |
| Symbole | Ὓ |
| Encodage URL (pourcent UTF-8) | %E1%BD%9B |
| Nom oral / lecteur d’écran | Greek Capital Letter Upsilon With Dasia And Varia |