| Symbol Name | Latin Cross |
| Unicode Version | 0.7 |
| Unicode | U+271D |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \271D |
| Hex Code | 0x271D |
| HTML Code | ✝️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ✝️ |
| URL encode (UTF-8 percent) | %E2%9C%9D%EF%B8%8F |
| Spoken / screen reader name | 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}You can type the latin cross symbol on most modern devices with the help of following methods:
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>Latin Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x271D, 0xFE0F) |
| Python | '\N{LATIN CROSS}' |
| Rust | '\u{271D}' |
| Swift | "\u{271D}" |
| Go | string(rune(0x271D)) |
| Ruby | "\u{271D}" |