| Nome del simbolo | Geta Mark |
| Versione Unicode | 1.1 |
| Unicode | U+3013 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \3013 |
| Codice esadecimale | 0x3013 |
| Codice HTML | 〓 |
| LaTeX | \text{GETAMARK} |
| Simbolo | 〓 |
| Codifica URL (percentuale UTF-8) | %E3%80%93 |
| Nome parlato / screen reader | Geta Mark |
| UTF-8 | E3 80 93 |
| UTF-16 | 3013 |
| UTF-32 | 00003013 |
1\documentclass{article}2\usepackage{pifont}3\text{GETAMARK}4\end{document}Puoi digitare il simbolo geta mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12307 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "geta mark", or use Unicode Hex Input with 3013.
Ctrl + Shift + U, type 3013, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.geta-mark::before { content: "\3013"; }1<span>〓</span>La rappresentazione del simbolo Geta Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u3013' or String.fromCodePoint(12307) |
| Python | '\N{GETA MARK}' or chr(12307) |
| Rust | '\u{3013}' |
| C / C++ | UTF-8 source or wchar_t with U+3013 |
| Go | string(rune(0x3013)) |
| Ruby | "\u{3013}" |