| Nome del simbolo | Undertie |
| Versione Unicode | 1.1 |
| Unicode | U+203F |
| Blocco Unicode | |
| Categoria generale | Connector Punctuation (Pc) |
| Codice CSS | \203F |
| Codice esadecimale | 0x203F |
| Codice HTML | ‿ |
| LaTeX | \text{UNDERTIE} |
| Simbolo | ‿ |
| Codifica URL (percentuale UTF-8) | %E2%80%BF |
| Nome parlato / screen reader | Undertie |
| UTF-8 | E2 80 BF |
| UTF-16 | 203F |
| UTF-32 | 0000203F |
1\documentclass{article}2\usepackage{pifont}3\text{UNDERTIE}4\end{document}Puoi digitare il simbolo undertie sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8255 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "undertie", or use Unicode Hex Input with 203F.
Ctrl + Shift + U, type 203f, 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.undertie::before { content: "\203F"; }1<span>‿</span>La rappresentazione del simbolo Undertie nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u203F' or String.fromCodePoint(8255) |
| Python | '\N{UNDERTIE}' or chr(8255) |
| Rust | '\u{203F}' |
| C / C++ | UTF-8 source or wchar_t with U+203F |
| Go | string(rune(0x203F)) |
| Ruby | "\u{203F}" |