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