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