| Symbol Name | Double Wavy Overline |
| Unicode Version | 1.1 |
| Unicode | U+FE4C |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code | \FE4C |
| Hex Code | 0xFE4C |
| HTML Code | ﹌ |
| LaTeX | \text{DOUBLEWAVYOVERLINE} |
| Symbol | ﹌ |
| URL encode (UTF-8 percent) | %EF%B9%8C |
| Spoken / screen reader name | Double Wavy Overline |
| UTF-8 | EF B9 8C |
| UTF-16 | FE4C |
| UTF-32 | 0000FE4C |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLEWAVYOVERLINE}4\end{document}You can type the double wavy overline symbol on most modern devices with the help of following methods:
Alt + 65100 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double wavy overline", or use Unicode Hex Input with FE4C.
Ctrl + Shift + U, type fe4c, 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.double-wavy-overline::before { content: "\FE4C"; }1<span>﹌</span>Double Wavy Overline symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uFE4C' or String.fromCodePoint(65100) |
| Python | '\N{DOUBLE WAVY OVERLINE}' or chr(65100) |
| Rust | '\u{FE4C}' |
| C / C++ | UTF-8 source or wchar_t with U+FE4C |
| Go | string(rune(0xFE4C)) |
| Ruby | "\u{FE4C}" |