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