| Symbol Name | Undertie |
| Unicode Version | 1.1 |
| Unicode | U+203F |
| Unicode block | |
| General category | Connector Punctuation (Pc) |
| CSS Code | \203F |
| Hex Code | 0x203F |
| HTML Code | ‿ |
| LaTeX | \text{UNDERTIE} |
| Symbol | ‿ |
| URL encode (UTF-8 percent) | %E2%80%BF |
| Spoken / screen reader name | Undertie |
| UTF-8 | E2 80 BF |
| UTF-16 | 203F |
| UTF-32 | 0000203F |
1\documentclass{article}2\usepackage{pifont}3\text{UNDERTIE}4\end{document}You can type the undertie symbol on most modern devices with the help of following methods:
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>Undertie symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |