| Nom du symbole | Shadowed White Latin Cross |
| Version Unicode | 1.1 |
| Unicode | U+271E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9C 9E |
| UTF-16 | 271E |
| UTF-32 | 0000271E |
1\documentclass{article}2\usepackage{pifont}3\text{SHADOWEDWHITELATINCROSS}4\end{document}Vous pouvez saisir le symbole shadowed white latin cross sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10014 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "shadowed white latin cross", or use Unicode Hex Input with 271E.
Ctrl + Shift + U, type 271e, 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.shadowed-white-latin-cross::before { content: "\271E"; }1<span>✞</span>La représentation du symbole Shadowed White Latin Cross dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u271E' or String.fromCodePoint(10014) |
| Python | '\N{SHADOWED WHITE LATIN CROSS}' or chr(10014) |
| Rust | '\u{271E}' |
| C / C++ | UTF-8 source or wchar_t with U+271E |
| Go | string(rune(0x271E)) |
| Ruby | "\u{271E}" |
\271E |
| Code hexadécimal | 0x271E |
| Code HTML | ✞ |
| LaTeX | \text{SHADOWEDWHITELATINCROSS} |
| Symbole | ✞ |
| Encodage URL (pourcent UTF-8) | %E2%9C%9E |
| Nom oral / lecteur d’écran | Shadowed White Latin Cross |