| Symbolname | Maltese Cross |
| Unicode-Version | 1.1 |
| Unicode | U+2720 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \2720 |
| Hexadezimalcode | 0x2720 |
| HTML-Code | ✠ |
| LaTeX | \text{MALTESECROSS} |
| Symbol | ✠ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9C%A0 |
| Ansagename (Screenreader) | Maltese Cross |
| UTF-8 | E2 9C A0 |
| UTF-16 | 2720 |
| UTF-32 | 00002720 |
1\documentclass{article}2\usepackage{pifont}3\text{MALTESECROSS}4\end{document}Sie können das Symbol maltese cross auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10016 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "maltese cross", or use Unicode Hex Input with 2720.
Ctrl + Shift + U, type 2720, 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.maltese-cross::before { content: "\2720"; }1<span>✠</span>Die Darstellung des Symbols Maltese Cross in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2720' or String.fromCodePoint(10016) |
| Python | '\N{MALTESE CROSS}' or chr(10016) |
| Rust | '\u{2720}' |
| C / C++ | UTF-8 source or wchar_t with U+2720 |
| Go | string(rune(0x2720)) |
| Ruby | "\u{2720}" |