| Symbolname | Low Line |
| Unicode-Version | 1.1 |
| Unicode | U+005F |
| Unicode-Block | |
| Allgemeine Kategorie | Connector Punctuation (Pc) |
| CSS-Code | \005F |
| Hexadezimalcode | 0x005F |
| HTML-Code | _ |
| LaTeX | \_ |
| Symbol | _ |
| URL-Kodierung (UTF-8-Prozent) | %5F |
| Ansagename (Screenreader) | Low Line |
| UTF-8 | 5F |
| UTF-16 | 005F |
| UTF-32 | 0000005F |
1\documentclass{article}2\usepackage{pifont}3\_4\end{document}Sie können das Symbol low line auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 95 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "low line", or use Unicode Hex Input with 005F.
Ctrl + Shift + U, type 005f, 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 geometric symbol support.
1span.low-line::before { content: "\005F"; }1<span>_</span>Die Darstellung des Symbols Low Line in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u005F' or String.fromCodePoint(95) |
| Python | '\N{LOW LINE}' or chr(95) |
| Rust | '\u{005F}' |
| C / C++ | UTF-8 source or wchar_t with U+005F |
| Go | string(rune(0x005F)) |
| Ruby | "\u{005F}" |