| Symboolnaam | Wavy Overline |
| Unicode-versie | 1.1 |
| Unicode | U+FE4B |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code | \FE4B |
| Hexadecimale code | 0xFE4B |
| HTML-code | ﹋ |
| LaTeX | \text{WAVYOVERLINE} |
| Symbool | ﹋ |
| URL-codering (UTF-8 procent) | %EF%B9%8B |
| Uitgesproken naam / schermlezer | Wavy Overline |
| UTF-8 | EF B9 8B |
| UTF-16 | FE4B |
| UTF-32 | 0000FE4B |
1\documentclass{article}2\usepackage{pifont}3\text{WAVYOVERLINE}4\end{document}Je kunt het wavy overline-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65099 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "wavy overline", or use Unicode Hex Input with FE4B.
Ctrl + Shift + U, type fe4b, 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-overline::before { content: "\FE4B"; }1<span>﹋</span>De weergave van het Wavy Overline-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFE4B' or String.fromCodePoint(65099) |
| Python | '\N{WAVY OVERLINE}' or chr(65099) |
| Rust | '\u{FE4B}' |
| C / C++ | UTF-8 source or wchar_t with U+FE4B |
| Go | string(rune(0xFE4B)) |
| Ruby | "\u{FE4B}" |