| Nombre del símbolo | Latin Cross |
| Versión Unicode | 0.7 |
| Unicode | U+271D |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \271D |
| Código hexadecimal | 0x271D |
| Código HTML | ✝️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ✝️ |
| Codificación URL (porcentaje UTF-8) | %E2%9C%9D%EF%B8%8F |
| Nombre oral / lector de pantalla | Latin Cross |
| UTF-8 | E2 9C 9D EF B8 8F |
| UTF-16 | 271D FE0F |
| UTF-32 | 0000271D 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo latin cross en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "latin cross".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "latin cross".
Emoji keyboard → Symbols; search "latin cross".
1span.latin-cross-emoji::before { content: "\271D"; } /* prefer inline grapheme for ZWJ */1<span>✝️</span>La representación del símbolo Latin Cross en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x271D, 0xFE0F) |
| Python | '\N{LATIN CROSS}' |
| Rust | '\u{271D}' |
| Swift | "\u{271D}" |
| Go | string(rune(0x271D)) |
| Ruby | "\u{271D}" |