| Symbol Name | Heavy Greek Cross |
| Unicode Version | 1.1 |
| Unicode | U+271A |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \271A |
| Hex Code | 0x271A |
| HTML Code | ✚ |
| LaTeX | \text{HEAVYGREEKCROSS} |
| Symbol | ✚ |
| URL encode (UTF-8 percent) | %E2%9C%9A |
| Spoken / screen reader name | Heavy Greek Cross |
| UTF-8 | E2 9C 9A |
| UTF-16 | 271A |
| UTF-32 | 0000271A |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYGREEKCROSS}4\end{document}You can type the heavy greek cross symbol on most modern devices with the help of following methods:
Alt + 10010 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy greek cross", or use Unicode Hex Input with 271A.
Ctrl + Shift + U, type 271a, 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.heavy-greek-cross::before { content: "\271A"; }1<span>✚</span>Heavy Greek Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u271A' or String.fromCodePoint(10010) |
| Python | '\N{HEAVY GREEK CROSS}' or chr(10010) |
| Rust | '\u{271A}' |
| C / C++ | UTF-8 source or wchar_t with U+271A |
| Go | string(rune(0x271A)) |
| Ruby | "\u{271A}" |