| Nom du symbole | Outlined Greek Cross |
| Version Unicode | 1.1 |
| Unicode | U+2719 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9C 99 |
| UTF-16 | 2719 |
| UTF-32 | 00002719 |
1\documentclass{article}2\usepackage{pifont}3\text{OUTLINEDGREEKCROSS}4\end{document}Vous pouvez saisir le symbole outlined greek cross sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10009 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "outlined greek cross", or use Unicode Hex Input with 2719.
Ctrl + Shift + U, type 2719, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with religion symbol support.
1span.outlined-greek-cross::before { content: "\2719"; }1<span>✙</span>La représentation du symbole Outlined Greek Cross dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2719' or String.fromCodePoint(10009) |
| Python | '\N{OUTLINED GREEK CROSS}' or chr(10009) |
| Rust | '\u{2719}' |
| C / C++ | UTF-8 source or wchar_t with U+2719 |
| Go | string(rune(0x2719)) |
| Ruby | "\u{2719}" |
\2719 |
| Code hexadécimal | 0x2719 |
| Code HTML | ✙ |
| LaTeX | \text{OUTLINEDGREEKCROSS} |
| Symbole | ✙ |
| Encodage URL (pourcent UTF-8) | %E2%9C%99 |
| Nom oral / lecteur d’écran | Outlined Greek Cross |