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