| Symbol Name | Shadowed White Latin Cross |
| Unicode Version | 1.1 |
| Unicode | U+271E |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9C 9E |
| UTF-16 | 271E |
| UTF-32 | 0000271E |
1\documentclass{article}2\usepackage{pifont}3\text{SHADOWEDWHITELATINCROSS}4\end{document}You can type the shadowed white latin cross symbol on most modern devices with the help of following methods:
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>Shadowed White Latin Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x271E |
| HTML Code | ✞ |
| LaTeX | \text{SHADOWEDWHITELATINCROSS} |
| Symbol | ✞ |
| URL encode (UTF-8 percent) | %E2%9C%9E |
| Spoken / screen reader name | Shadowed White Latin Cross |