| Nombre del símbolo | Outlined Latin Cross |
| Versión Unicode | 1.1 |
| Unicode | U+271F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 9C 9F |
| UTF-16 | 271F |
| UTF-32 | 0000271F |
1\documentclass{article}2\usepackage{pifont}3\text{OUTLINEDLATINCROSS}4\end{document}Puedes escribir el símbolo outlined latin cross en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Outlined Latin Cross en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x271F |
| Código HTML | ✟ |
| LaTeX | \text{OUTLINEDLATINCROSS} |
| Símbolo | ✟ |
| Codificación URL (porcentaje UTF-8) | %E2%9C%9F |
| Nombre oral / lector de pantalla | Outlined Latin Cross |