| Nome del simbolo | Wavy Low Line |
| Versione Unicode | 1.1 |
| Unicode | U+FE4F |
| Blocco Unicode | |
| Categoria generale | Connector Punctuation (Pc) |
| Codice CSS | \FE4F |
| Codice esadecimale | 0xFE4F |
| Codice HTML | ﹏ |
| LaTeX | \text{WAVYLOWLINE} |
| Simbolo | ﹏ |
| Codifica URL (percentuale UTF-8) | %EF%B9%8F |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo wavy low line sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Wavy Low Line nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |